| Sr No. | Work Order No. | Vendor | Inward Date | Category | Product | Unit | Brand | Model | View | Quantity | Supplied Quantity | Remaining Quantity |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $detail->stock->work_order_no }} | {{ $detail->stock->vendor->company_name }} | {{ $detail->stock->inward_date }} | {{ $detail->category->name }} | {{ $detail->product->name }} | {{ $detail->unit->name }} | {{ $detail->brand }} | {{ $detail->model }} | @isset($detail->stock?->work_order_file) View @else N/A @endisset | {{ $detail->stock_quantity }} | {{ $detail->supplied_quantity }} | {{ $detail->remaining_quantity }} |