@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Material Requisition Inventory Material Requisition View Material Requisition MR. No. MR. Date Location Select Location.. Item Details Item Code Item Description Unit Quantity Cost/Unit Total {{--*/ $i = 0; $num = count($orditems); /*--}} @foreach($orditems as $item) {{--*/ $i++; /*--}} {{$item->unit_name}} @endforeach Total Currency Currency Dhs Net Amount Approve Reject Cancel × Select Item × Select Supplier × Job Master × Account Master × Account List × Select Salesman @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop