@extends('layouts.commonmaster') @section('title') | Dashboard @endsection @push('styles') @endpush @section('content')
@if($season_has_events)
{{ \Carbon\Carbon::parse($season->start_date)->format('M') }}
{{ \Carbon\Carbon::parse($season->start_date)->format('d') }}
{{ \Carbon\Carbon::parse($season->start_date)->format('Y') }}
Start Date
{{ \Carbon\Carbon::parse($season->end_date)->format('M') }}
{{ \Carbon\Carbon::parse($season->end_date)->format('d') }}
{{ \Carbon\Carbon::parse($season->end_date)->format('Y') }}
End Date

{{ $season->name }}

The highly anticipated 2024-2025 Football Kenya Federation (FKF) National Super League promises to be a season of electrifying action and unforgettable moments.
Events Hosted
{{ count($season_games) }}
Memberships
{{ $season->name }} Attendance
{{ $season->name }} Generated Revenue
Season Game Stats
@php $number = 1; @endphp @forelse($season_games as $sg) @php $number++; @endphp @empty @endforelse
# Match Attendance Revenue Date View Stats
{{ $number }}.
vs
{{ $sg->attended_count }}({{$sg->not_attended_count}}) KSH {{ number_format($sg->revenue_generated, 2) }} {{ \Carbon\Carbon::parse($sg->start_date)->format('M jS') }} View
@else

There are no upcoming matches for the season

No Upcoming Matches Scheduled

No upcoming events found

Try creating an event to populate your dashboard

@endif