@include("template.Head")
@include("template.Navbar")
@include("template.SideBar")
@foreach ($groupedProductions as $date => $productions) @foreach ($productions as $index => $production) @if ($index > 0) @endif @if ($index > 0) @endif @endforeach @endforeach
Date Produit Quantité Totale Agent Producteur
{{ FormatDate::format($date) }}
{{ $production['produit'] }} {{ $production['total_quantite'] }} {{ $production['agent_producteur'] }}
@include("template.Footer")