@yield('title')

@if ($details->count() > 0)
@foreach ($details as $key => $detail) @endforeach
# Camion Conducteur Litrage PU Montant Action
{{ $key + 1 }} {{ $detail->camion->plaque_immatriculation_tracteur }} {{ $detail->camion->chauffeur->first_name }} {{ $detail->camion->chauffeur->last_name }} {{ $detail->quantite }} @money($detail->prix, 'XOF') @money($detail->amount, 'XOF')
@else
Corbeille

Aucun élément trouvé.

@endif