@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Item Master Inventory Item Master Edit Edit Item Item Code Item Decription وصف السلعة Item Class @if($itemrow->class_id==1) {{--*/ $sel1 = "selected"; $sel2=""; /*--}} @else {{--*/ $sel2 = "selected"; $sel1=""; /*--}} @endif Stock Service Dimension Required dimension==0)?'selected':''}}>No dimension==1)?'selected':''}}>Yes Unit Item Packing Open Qty. Open Cost S.Price(Retail) S.Price(WS) Min.Qty. Resvd. Qty. VAT% Base @foreach ($units as $unit) {{ $unit['unit_name'] }} @endforeach VAT% @foreach ($vats as $vat) {{ $vat['name'] }} @endforeach Unit P1 Open Qty. PCs Dimension Qty. Kg Open Cost VAT% Unit @foreach ($units as $unit) {{ $unit['unit_name'] }} @endforeach P1 @foreach ($units as $unit) {{ $unit['unit_name'] }} @endforeach Dimension @foreach ($vats as $vat) {{ $vat['name'] }} @endforeach NULL @if($formdata['bin_loc']==1) Bin Location @endif Submit Cancel × Select Item × Dimension Length Width × Select Bin Location @stop {{-- page level scripts --}} @section('footer_scripts') @stop