Filters: @foreach($filters as $key => $value) {{ ucfirst(str_replace('_', ' ', $key)) }}: {{ $value ?? 'N/A' }} @endforeach
@endif| Supplier | Total Quantity | Total Value |
|---|---|---|
| {{ $row->supplier_name }} | {{ number_format($row->total_quantity, 2) }} | {{ number_format($row->total_value, 2) }} |