@extends('layouts.app') @section('title', 'My Challenges') @section('content')
@if(($filter ?? 'all') === 'ongoing') You don't have any ongoing challenges at the moment. @elseif(($filter ?? 'all') === 'past') You haven't completed any challenges yet. @else You haven't participated in any challenges yet. @endif
@if(auth()->user()->canCreateChallenges()) Create Your First Challenge @else Browse Challenges @endif