@include("template.Head")
@include("template.Navbar")
@include("template.SideBar")
@foreach ($liste as $rows) @endforeach
ID Désignation Agent Inventaire Inventaire Système Date
{{ $rows->idproduit }} {{ $rows->nom }} {{ $rows->agent_inventaire }} {{ number_format($rows->quantite,2,',',' ') }} {{ number_format(mouvement_stock::getStockFinal($rows->idproduit,$rows->datemouvement),2,',',' ') }} {{ FormatDate::format($rows->datemouvement) }}
@include("template.Footer")