@include("template.Head")
@include("template.Navbar")
@include("template.SideBar")

Statistiques des mouvements dans la caisse - {{ $mois }} {{ $annee }}

@csrf

DEPENSES

@foreach ($listeDepense as $rows) @endforeach
AFFECTATION Montant Total
{{ $rows->libelle }} {{ number_format($rows->montant_total, 2, ',', ' ') }}

RECETTES

@foreach ($listeRecette as $rows) @endforeach
AFFECTATION Montant Total
{{ $rows->libelle }} {{ number_format($rows->montant_total, 2, ',', ' ') }}

COMPTE GERANT

@foreach ($listeCompteGerant as $rows) @endforeach
AFFECTATION Montant Total
{{ $rows->libelle }} {{ number_format($rows->montant_total, 2, ',', ' ') }}
@include("template.Footer")