@extends('AdminLte.template') @section('title') Store Transaction Report @endsection @section('ExternalCss') @parent @endsection @section('Content')

{{Config::get('store_constants.reports.STORE_TRANSACTION_REGISTER')}}


{{ Form::open(['action' => 'StoreTransactionReportController@purchaseRegister','autocomplete' => 'off','id' => 'itemRegister']) }}


 


 




 




{{ Form::close() }}
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection