@extends('layouts.commonmaster') @section('title') | Dashboard @endsection @push('styles') @endpush @section('content')
@if($season_has_events)
@foreach($other_events as $oe)
@endforeach
@else

There are no special events

No Upcoming Events Scheduled

No upcoming events found

Try creating an event to populate your dashboard

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