@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}

{{ 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')}}
{{ Form::hidden('orderrowupdate',route('updateorderrecord'),['id'=>'orderrowupdate'])}} @endsection @section('pagescript') {!! Helper::pagejs([ 'js/lib/datatables.net/js/jquery.dataTables.min.js', 'js/lib/datatables.net-bs/js/dataTables.bootstrap.min.js', 'js/lib/select2/dist/js/select2.full.min.js', 'js/lib/moment/min/moment.min.js', 'js/lib/bootstrap-daterangepicker/daterangepicker.js', 'js/lib/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js', 'js/lib/plugins/timepicker/bootstrap-timepicker.min.js', 'js/backend/report/cashtransactiondrop.js', ]) !!} @stop