@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 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 Bin Location Submit Cancel × Select Item @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop