| {{ __('ui.name') }} | {{ __('admin.year_group') }} | {{ __('admin.nav_players') }} | {{ __('admin.nav_events') }} | {{ __('admin.status') }} | {{ __('admin.action') }} |
|---|---|---|---|---|---|
| {{ $team->name }} | {{ $team->year_group ?? '–' }} | {{ $team->players_count }} | {{ $team->events_count }} | @if ($team->is_active) {{ __('admin.active') }} @else {{ __('admin.inactive') }} @endif | {{ __('ui.edit') }} |
| {{ __('admin.no_teams_yet') }} | |||||