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

Item Purchase List Preview

{!! Form::select('item_supplier_id', $suppliers ,null, ['class'=> 'form-control select2', 'placeholder'=> 'Please Select Supplier']) !!}
S/N Invoice No Total Discount Paid Due Supplier Name Created By Date Status Payment Action
S/N Invoice No Total Discount Paid Due Supplier Name Created By Date Status Payment Action
@endsection @section('extra-css') {{Html::style('assets/bower_components/datatables.net/buttons/css/buttons.dataTables.min.css')}} @stop @section('extra-js') @stop