@if (Session::get('success'))
{{ Session::get('success') }}
@endif
@if ($rotations->count() > 0) @if ($rotationsSearch->count() > 0)
@foreach ($rotationsSearch as $rotation) @if ($rotation->user_id == Auth()->user()->id) @if ($rotation->statut != 0) @endif @endif @endforeach
Plaque Date de départ Destination Statut Action
{{ $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
@else

Aucun élément trouvé.

@endif @else
Corbeille

Aucun élément trouvé.

@endif