Generated on {{ $generated_at }}
|
Total Returns
{{ number_format($items->count()) }}
|
Total Quantity
{{ number_format($total_quantity, 2) }}
|
Total Value
AED {{ number_format($total_value, 2) }}
|
| Reference | Type | Project | Division | Item Code | Description | Qty | Unit Price | Total | Status |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->reference_number ?? '-' }} | {{ $item->reference_type ?? '-' }} | {{ Str::limit($item->project_name ?? '-', 15) }} | {{ Str::limit($item->division ?? '-', 12) }} | {{ $item->item_code }} | {{ Str::limit($item->item_description, 25) }} | {{ number_format($item->quantity, 2) }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->total_price, 2) }} | {{ ucfirst($item->quality_status ?? 'pending') }} |
| No return records found | |||||||||