@extends('layouts.master') @section('title') Statistiques Marche @endsection @section('content')
{{ number_format($marche->cout_initial, 2, ',', ' ') }} FCFA
{{ number_format($statistiques['montant_total_facture'], 2, ',', ' ') }} FCFA
{{ number_format($statistiques['montant_restant'], 2, ',', ' ') }} FCFA
{{ $statistiques['progression'] }}%
| Exercice | Alloué | Utilisé | Reste |
|---|---|---|---|
| {{ $repartition['exercice'] }} | {{ number_format($repartition['montant_alloue'], 2, ',', ' ') }} FCFA | {{ number_format($repartition['montant_utilise'], 2, ',', ' ') }} FCFA | {{ number_format($repartition['reste'], 2, ',', ' ') }} FCFA |