@extends('layouts.admin-simple') @section('title',$return->return_number) @section('page-title')
| Item | Invoice / Batch | Condition | Submitted | Accepted | FOC Destination |
|---|---|---|---|---|---|
| {{ $item->indirectGood?->ig_code }} - {{ $item->indirectGood?->ig_description }} | {{ $item->invoice_number ?? '-' }} / {{ $item->batch_number ?? '-' }} | {{ ucfirst($item->condition) }} | {{ number_format($item->quantity_submitted,2) }} | {{ number_format($item->quantity_accepted,2) }} | {{ $item->destinationFocInventory ? '#'.$item->destinationFocInventory->id : 'Pending completion' }} |