@extends('layouts.master') @section('title') Marche @endsection @section('content')
| Reference | Intitulé | Secteur/Zone | Titulaire | Montant final | Début | Fin | Statut | |
|---|---|---|---|---|---|---|---|---|
| {{ $marche->reference }} | {{ Str::limit($marche->intitule, 50) }} | {{ $marche->secteur->libelle }} | {{ $marche->operateur->denomination }} | {{ number_format($marche->cout_final, 0, ',', ' ') }} | {{ $marche->date_debut->format('d/m/Y') }} | {{ $marche->date_fin->format('d/m/Y') }} | {{ ucfirst($marche->statut) }} | |
| TOTAL |