@if ($diagnostiques->count() > 0)
| Date |
Plaque |
Réparation |
Action |
@foreach ($diagnostiques as $diagnostique)
| {{ \Carbon\Carbon::parse($diagnostique->created_at)->format('d/m/Y') }} |
{{ $diagnostique->camion_name }} |
{{ $diagnostique->pris_en_charge->reparation }} |
@if ($diagnostique->pris_en_charge->statut != 0)
@else
@endif
@if ($diagnostique->pris_en_charge->statut != 0)
@else
@endif
|
@endforeach
@else
@endif