@extends('AdminLte.template') @section('title') HSN Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
Product Sale Details with HSN Report
{{ Form::open(['action' => 'ItemController@HSNRegister','autocomplete' => 'off','id' => 'itemRegister']) }}
✱
Store :
From :
To :
Submit
{{ Form::close() }}
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') {{-- --}} @endsection