@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