Success! {{ session('success') }}
@endif
List of Seasons
Name | Start Date | End Date | Created On | ||
---|---|---|---|---|---|
No Seasons found | @else @foreach ($seasons as $season)|||||
{{ $season->name }} | {{ \Carbon\Carbon::parse($season->start_date)->format('d-m-Y') }} | {{ \Carbon\Carbon::parse($season->end_date)->format('d-m-Y') }} | {{ $season->created_at }} | @if ($canEdit) Edit @endif @if ($canDelete) Delete @endif |