Generated on {{ $generated_at }}
|
Total Items
{{ number_format(count($items)) }}
|
Total Records
{{ number_format($stats['total_records']) }}
|
Total Quantity
{{ number_format($stats['total_quantity'], 2) }}
|
Total Cost
AED {{ number_format($stats['total_cost'], 2) }}
|
Total Loss
AED {{ number_format($stats['total_loss'], 2) }}
|
| Item Code | Description | Category | Unit | Records | Total Qty | Total Cost (AED) | Total Loss (AED) |
|---|---|---|---|---|---|---|---|
| {{ $item->item_code ?? '-' }} | {{ Str::limit($item->item_description ?? '-', 35) }} | {{ $item->category_name ?? '-' }} | {{ $item->unit ?? '-' }} | {{ number_format($item->record_count ?? 0) }} | {{ number_format($item->total_quantity ?? 0, 2) }} | {{ number_format($item->total_cost ?? 0, 2) }} | {{ number_format($item->loss_amount ?? 0, 2) }} |
| No damaged items found | |||||||