@if (Session::get('success'))
{{ Session::get('success') }}
@endif
@if ($approbations->count() > 0)
@foreach ($approbations as $key => $approbation) @endforeach
# Code PEC Date PEC Plaque Nom du mécanicien Attribution
{{ $key + 1 }} {{ $approbation->code }} {{ \Carbon\Carbon::parse($approbation->date_entre)->format('d/m/Y') }} {{ $approbation->camion_name }} {{ $approbation->maintenances[0]->name }} @can('create_approbation') @endcan
@else
@endif