@if (Session::get('success'))
{{ Session::get('success') }}
@endif
@if ($diagnostiques->count() > 0)
@foreach ($diagnostiques as $diagnostique) @endforeach
Date Plaque Réparation Action
{{ \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
@else
@endif