| # | Nume | Adresă | Telefon | Terenuri | Program | Status | |
|---|---|---|---|---|---|---|---|
| {{ $location->id }} | {{ $location->name }} | {{ $location->address }} | {{ $location->phone ?? '—' }} | {{ $location->fields_count }} | {{ substr($location->start_hour, 0, 5) }} – {{ substr($location->end_hour, 0, 5) }} | @can('update', $location) Editare @endcan @can('delete', $location) @endcan | |
| Nicio locație găsită. | |||||||