Entete

{{$title}}

@foreach($coffre_alim as $key=>$ali) @endforeach
No Date Nom du coffre Type Description Montant
{{++$key}} {{ date('d-m-Y', strtotime($ali->date_alim))}} {{$ali->nom_coffre}} {{$ali->symbole_devise}} {{$ali->description_alim}} {{number_format($ali->montant_alim, 0, ',', ' ')}}
TOTAL GENERAL {{number_format($tot_montant, 0, ',', ' ')}}