Generated on: {{ $generated_at }}
| Applied Filters: | @foreach($filters as $key => $value) @if(!empty($value) && $key != '_token' && $key != 'export_type') {{ ucfirst(str_replace('_', ' ', $key)) }}: {{ $value }} | @endif @endforeach |
| # | Product Name | Category | Sub Category | Supplier/Vendor | Type | Total Stock | Sold | Remaining | Created Date |
|---|---|---|---|---|---|---|---|---|---|
| {{ $row['#'] }} | {{ $row['Product Name'] }} | {{ $row['Category'] }} | {{ $row['Sub Category'] }} | {{ $row['Supplier/Vendor'] }} | {{ $row['Product Type'] }} | {{ number_format($row['Total Stock']) }} | {{ number_format($row['Sold Quantity']) }} | {{ number_format($row['Remaining Stock']) }} | {{ $row['Created Date'] }} |
| Totals: | {{ number_format($totalStock) }} | {{ number_format($totalSold) }} | {{ number_format($totalRemaining) }} | ||||||
No data found for the selected filters.
@endif