{{ Form::open(['url' => route('updatecashtransactions'), 'method'=>'POST', 'name' => 'cash_transactionreport_report', 'id' => 'cash_transactionreport_report']) }}
{{ Form::text('datetimes', '', ['class' => 'form-control datetimes', 'id'=>'datetimes','style'=>'width:100%']) }}
{{ Form::button(' '. __('lbl.filter'), ["class"=>"clickbtncommon btn btn-sm btn-primary","id"=>"dateSearch"]) }}
{{ Form::close() }}
{{ __('lbl.order_id') }} | {{ __('lbl.order_date_time') }} | {{ __('lbl.order_cash_amount') }} | {{ __('lbl.order_discount') }} | {{ __('lbl.is_order_printed')}} |
---|