Total Stations

{{ $stations->total() }}

Gérants

{{ \App\Models\StationGerant::count() }}

@if ($stations->count() > 0) @foreach($stations as $station) @endforeach @else @endforelse
Code Station Gérant Ville Contact Actions
{{ $station->code }}
{{ $station->name }}
{{ $station->address }}
{{ strtoupper(substr($station->manager?->fullname ?? 'G',0,1)) }}
{{ $station->manager?->fullname }}
{{ $station->city }} {{ $station->contact }}
Aucune station trouvée
{{ $stations->links() }}
@if($showModal)
@if($editMode) Modifier Station @else Nouvelle Station @endif
@error('station_manager_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('contact') {{ $message }} @enderror
@endif