 }})
| Return No. | {{ $return->return_number }} | Date | {{ $return->return_date->format('d M Y') }} |
| Project | {{ $return->project?->project_number }} - {{ $return->project?->project_name }} | Division | {{ $return->division?->division_name }} |
| MR | {{ $return->request?->request_number ?? 'Multiple' }} | Destination | Indirect FOC Inventory |
| # | Description | Invoice / Batch | Condition | Qty | Reason |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->indirectGood?->ig_code }} - {{ $item->indirectGood?->ig_description }} | {{ $item->invoice_number ?? '-' }} / {{ $item->batch_number ?? '-' }} | {{ ucfirst($item->condition) }} | {{ number_format($item->quantity_accepted,2) }} | {{ $item->reason ?? '-' }} |