@extends('layout.app') @section('content')
Requisition Approve No#{{ $requisitionApprove->requisition_approve_number }} |
---|
Item | Category | Unit | Quantity | ||
---|---|---|---|---|---|
{{ $row->item->name ??'' }} | {{ $row->item->category->name ??'' }} | {{ $row->item->unit->name ??'' }} | {{ $row->quantity ??'' }} | ||
Remarks | {{ $requisitionApprove->remark ??'' }} |