@extends('app') @section('content') Purchase Inventory Item Home Item Purchase Item @csrf Supplier {!! Form::select('item_supplier_id', $suppliers, null, ['class'=> 'form-control select2', 'style'=>'width:100%;', 'placeholder'=>'Select Supplier']) !!} Purchase Date SL Name Code Quantity MRP Discount Total Action Total Item Price 0 Total Discount Total Net Payable 0 Add Purchase   @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