@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.
@foreach($season_events as $se)
@endforeach
@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
@endsection @push('scripts') @endpush