Manage league seasons and scoring setup for linked matches.
| Name | Dates | Total Matches | Status | |
|---|---|---|---|---|
| {{ $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 |