@extends('layouts.admin-simple') @section('title', 'Indirect FOC Inventory') @section('page-title')
| Item | Division | Source | Invoice / Batch | Condition | Status | Available | Reserved |
|---|---|---|---|---|---|---|---|
| {{ $row->indirectGood?->ig_code }} {{ $row->indirectGood?->ig_description }} | {{ $row->division?->division_name }} | {{ $row->source_reference ?? $row->source_type }} | {{ $row->invoice_number ?? '-' }} / {{ $row->batch_number ?? '-' }} | {{ ucfirst($row->condition) }} | {{ ucfirst($row->status) }} | {{ number_format($row->quantity_available,2) }} | {{ number_format($row->quantity_reserved,2) }} |
| No indirect FOC inventory. | |||||||