Entete

BUDGET PREVISIONNEL 2025

@foreach($budgets as $key=>$bu) @endforeach
No Exercice Direction Action Imputation Tot Budget Budget revisé Budget consommé Budget Restant
{{++$key}} {{$bu->exercice}} {{$bu->nom_direction}} {{$bu->nom_action}} {{$bu->code_budget}} {{number_format($bu->montant_action,0,',',' ')}} {{number_format($bu->montant_revise,0,',',' ')}} {{number_format($bu->montant_consomme,0,',',' ')}} {{number_format($bu->montant_action-$bu->montant_consomme,0,',',' ')}}
TOTAL GENERAL {{number_format($tot_budget, 0, ',', ' ')}} {{number_format($tot_revise, 0, ',', ' ')}} {{number_format($tot_consomme, 0, ',', ' ')}} {{number_format($tot_budget - $tot_consomme, 0, ',', ' ')}}