@extends('app') @section('content')

Purchase Inventory Item

@csrf
{!! Form::select('item_supplier_id', $suppliers, null, ['class'=> 'form-control select2', 'style'=>'width:100%;', 'placeholder'=>'Select Supplier']) !!}
SL Name Code Quantity MRP Discount Total Action
Total Item Price
0
Total Discount
Total Net Payable
0
 
@endsection @section('extra-css') {{Html::style('vendor/takielias/posui/css/posui.css')}} @stop @section('extra-js') {{ Html::script('vendor/takielias/posui/plugins/typeahead.js/typeahead.bundle.min.js') }} @endsection @section('script') @endsection