@if ($approbations->count() > 0)
@foreach ($approbations as $key => $approbation) @endforeach
# Date PEC Code PEC Plaque Bon de commande Action
{{ $key + 1 }} {{ \Carbon\Carbon::parse($approbation->pris_en_charge->date_entre)->format('d/m/Y') }} {{ $approbation->pris_en_charge->code }} {{ $approbation->pris_en_charge->camion_name }}
@else
@endif