J&M Trophies

PO Report (Date: {{ $year_from."-".$year_to }})

@php $quantity_total = 0; $amount_total = 0; @endphp @foreach($reports as $report) @php $quantity_total += $report->quantity; $amount_total += $report->total; @endphp @endforeach
Vendor Quantity Amount
{{ $report->vendor_name }} {{ $report->quantity }} {{ "$".$report->total }}
Total {{ $quantity_total }} {{ "$".$amount_total }}