
| Stock initial | Entrées | Entrées par transfert | Sorties par transfert | Réquisition | Stock Final | |
|---|---|---|---|---|---|---|
| {{$stock->nom_stock}} | {{number_format($tot_pt_initial, 0, ',', ' ')}} | {{number_format($tot_pt_e, 0, ',', ' ')}} | {{number_format($tot_pt_et, 0, ',', ' ')}} | {{number_format($tot_pt_st, 0, ',', ' ')}} | {{number_format($tot_pt_s, 0, ',', ' ')}} | {{number_format($tot_pt_final, 0, ',', ' ')}} |