Match Leagues

Manage league seasons and scoring setup for linked matches.

@foreach($leagues as $league) @endforeach
NameDatesTotal MatchesStatus
{{ $league->name }} {{ $league->date_from?->format('d/m/Y') ?: '-' }}{{ $league->date_to ? ' to '.$league->date_to->format('d/m/Y') : '' }} {{ $league->total_matches ?: '-' }} {{ $league->is_active ? 'Active' : 'Inactive' }} Edit
@push('scripts') @endpush