| N° Marché | Objet | Opérateur | Montant Global | Date Début | Date Fin | Montant Restant | |
|---|---|---|---|---|---|---|---|
| {{ $marche->reference }} | {{ Str::limit($marche->objet, 40) }} | {{ $marche->operateur->denomination ?? 'N/A' }} | {{ number_format($marche->cout, 2, ',', ' ') }} FCFA | {{ $marche->date_debut->format('d/m/Y') }} | {{ $marche->date_fin->format('d/m/Y') }} | {{ number_format($marche->montant_restant, 2, ',', ' ') }} FCFA | |
| TOTAL | {{ number_format($marches->sum('cout'), 2, ',', ' ') }} FCFA | Total Restant | {{ number_format($marches->sum('montant_restant'), 2, ',', ' ') }} FCFA | ||||