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

{{ $season_name }}

@foreach($closed_events as $ce)
@endforeach
@else

There are no past matches for the season

The current season has no past events yet

No past matches found

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