@extends('app-new') @section('content')
| Item | UOM | Qty Requested | Qty Approved | Qty Issued | Notes |
|---|---|---|---|---|---|
| {{ $row->item->item_name ?? '-' }} | {{ $row->uom->name ?? '-' }} | {{ $row->qty_requested }} | {{ $row->qty_approved ?? '-' }} | {{ $row->qty_issued }} | {{ $row->notes ?? '-' }} |