Entete

Rapport de Synthèse du {{ $formattedDate1 }} au {{ $formattedDate2 }}

@foreach ($stock_totals as $stock) @endforeach
Nom du Stock Stock Initial (Fbu) Total Entrées (Fbu) Total Sorties (Fbu) Stock Final (Fbu)
{{ $stock['stock'] }} {{ number_format($stock['tot_initial'], 2, ',', ' ') }} {{ number_format($stock['pt_e'], 2, ',', ' ') }} {{ number_format($stock['pt_s'], 2, ',', ' ') }} {{ number_format($stock['tot_final'], 2, ',', ' ') }}
Total général {{ number_format($global_tot_initial, 2, ',', ' ') }} {{ number_format($global_tot_e, 2, ',', ' ') }} {{ number_format($global_tot_s, 2, ',', ' ') }} {{ number_format($global_tot_final, 2, ',', ' ') }}