{{ $reportTitle }}

@if(!empty($filters))

Filters: @foreach($filters as $key => $value) {{ ucfirst(str_replace('_', ' ', $key)) }}: {{ $value ?? 'N/A' }}  @endforeach

@endif @foreach($rows as $row) @endforeach
Supplier Total Quantity Total Value
{{ $row->supplier_name }} {{ number_format($row->total_quantity, 2) }} {{ number_format($row->total_value, 2) }}