@extends('layouts.commonmaster') @section('title') | Dashboard @endsection @section('content')
@if($has_season)
@if(Auth::user()->hasAnyRole(['super_admin', 'admin']))

Explore Your Seasons

Discover and manage your ongoing Seasons in the system seamlessly.

@foreach($seasons as $s)
@endforeach
@elseif(Auth::user()->hasRole('clerk')) @endif
@else

There are no upcoming seasons in the system

No Upcoming Seasons Scheduled

No upcoming seasons found

Try creating a season to populate your dashboard

@endif
@endsection() @push('scripts') @endpush