@if ($maintenances->count() > 0)
@foreach ($maintenances as $maintenance) @endforeach
Date Nom du mécanicien Plaque Nombre de pièce Action
{{ \Carbon\Carbon::parse($maintenance->created_at)->format('d/m/Y') }} {{ $maintenance->name }} {{ $maintenance->pris_en_charge->camion_name }} {{ $maintenance->piece_commandes->count() }}
@else
@endif