@yield('title')

@if ($reparations->count() > 0)
@foreach ($reparations as $key => $reparation) @endforeach
# Début Fin Garagiste Description Statut Action
{{ $key + 1 }} {{ \Carbon\Carbon::parse($reparation->debut)->format('d/m/Y') }} @if ($reparation->fin != null) {{ \Carbon\Carbon::parse($reparation->fin)->format('d/m/Y') }} @else @endif {{ $reparation->garagiste }} {{ $reparation->desc }} @if ($reparation->fin == null) Au garage @else Terminé @endif
@else
Corbeille

Aucun élément trouvé.

@endif