@extends('layouts.commonmaster') @section('title') | Dashboard @endsection @section('content')
@if($season_has_events)

{{ $season_name }}

@foreach($open_events as $oe)
@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