@if ($rotations->count() > 0)
@if ($rotationsSearch->count() > 0)
Plaque |
Date de départ |
Destination |
Statut |
Action |
@foreach ($rotationsSearch as $rotation)
@if ($rotation->user_id == Auth()->user()->id)
@if ($rotation->statut != 0)
{{ $rotation->camion_name }} |
{{ \Carbon\Carbon::parse($rotation->departure)->format('d/m/Y') }} |
{{ $rotation->destination }} |
@if ($rotation->statut == '1')
En cour de voyage
@else
Terminée
@endif
|
|
@endif
@endif
@endforeach
@else
@endif
@else
Aucun élément trouvé.
@endif