Manage match dates, results, leagues, and public publishing.
| Name | Water | Date | League | Status | |
|---|---|---|---|---|---|
| {{ $match->name }} | {{ $match->water?->name ?? '-' }} | {{ $match->match_date?->format('D, d M Y') }} | {{ $match->league?->name ?? ($match->is_league ? 'League Match' : '-') }} | {{ $match->is_published ? 'Published' : 'Draft' }} | Results Edit |