@extends('layouts.master') @section('title') Marche @endsection @section('content')
@if(session()->has('success'))
@endif @if(session()->has('errors'))
@endif

Liste des Marchés

@foreach($marches as $marche) @endforeach
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) }}
@csrf @method('DELETE')
TOTAL
@endsection @push('scripts') @endpush