J&M Trophies
PO Report (Date: {{ $year_from."-".$year_to }})
Vendor
Quantity
Amount
@php $quantity_total = 0; $amount_total = 0; @endphp @foreach($reports as $report)
{{ $report->vendor_name }}
{{ $report->quantity }}
{{ "$".$report->total }}
@php $quantity_total += $report->quantity; $amount_total += $report->total; @endphp @endforeach
Total
{{ $quantity_total }}
{{ "$".$amount_total }}