Date : {{ \Carbon\Carbon::parse($reparation->debut)->format('d/m/Y') }} à {{ \Carbon\Carbon::parse($reparation->fin)->format('d/m/Y') }}
| N° Réparation : | {{ $reparation->reference }} | Statut : | {{ $reparation->status ?? '—' }} |
| Immatriculation | Marque | Modèle |
|---|---|---|
| {{ $reparation->camion->plaque_immatriculation_tracteur ?? '-' }} / {{ $reparation->camion->plaque_immatriculation_equipement ?? '-' }} | {{ $reparation->camion->marque ?? '-' }} | {{ $reparation->camion->modele ?? '-' }} |
| Pièce | Fournisseur | Quantité | Prix unitaire | Total |
|---|---|---|---|---|
| {{ $piece->name }} | {{ $piece->name_fournisseur ?? '-' }} / {{ $piece->address_fournisseur ?? '-' }} | {{ $piece->quantity }} | {{ number_format($piece->price, 0, '.', ' ') }} FCFA | {{ number_format($total, 0, '.', ' ') }} FCFA |
| TOTAL | {{ number_format($grandTotal, 0, '.', ' ') }} FCFA | |||
| Coût des pièces | {{ number_format($grandTotal, 0, '.', ' ') }} FCFA |
|---|---|
| Main-d’œuvre | {{ number_format($labor, 0, '.', ' ') }} FCFA |
| TOTAL GÉNÉRAL | {{ number_format($totalReparation, 0, '.', ' ') }} FCFA |
| Signature Responsable | Signature Client |