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

Item Master

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

New Item



Unit Item Packing Open Qty. Open Cost S.Price(Rtl) S.Price(WS) Min.Qty. Resvd. Qty. VAT%
Unit P1 Open Qty. PCs Dimension Qty. Kg Open Cost VAT%

@if($formdata['bin_loc']==1)
@endif
Cancel
@stop {{-- page level scripts --}} @section('footer_scripts') @stop