@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Item Master

Edit Item



Unit Packing Open Qty. Open Cost S.Price(Retail) S.Price(WS) Min.Qty. Reord. Level VAT %
@if(sizeof($itemunits) > 1) {{--*/ $packing = $itemunits->packing /*--}} @else {{--*/ $packing = '' /*--}} @endif

@if($itemrow->assembly==0) {{--*/ $chk1 = "checked"; $chk2 = ""; /*--}} @else {{--*/ $chk2 = "checked"; $chk1 = ""; /*--}} @endif
@if($itemrow->image != "")
@endif
Cancel
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop