Date filter added income, expense, banking
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
|             {!! Form::text('search', request('search'), ['class' => 'form-control input-filter input-sm', 'placeholder' => trans('general.search_placeholder')]) !!} | ||||
|             {!! Form::select('customer', $customers, request('customer'), ['class' => 'form-control input-filter input-sm']) !!} | ||||
|             {!! Form::select('status', $status, request('status'), ['class' => 'form-control input-filter input-sm']) !!} | ||||
|             {!! Form::dateRange('order_number', trans('invoices.order_number'), 'shopping-cart', []) !!} | ||||
|             {!! Form::dateRange('invoice_date', trans('invoices.invoice_date'), 'calendar', []) !!} | ||||
|             {!! Form::button('<span class="fa fa-filter"></span>  ' . trans('general.filter'), ['type' => 'submit', 'class' => 'btn btn-sm btn-default btn-filter']) !!} | ||||
|         </div> | ||||
|         <div class="pull-right"> | ||||
| @@ -87,3 +87,16 @@ | ||||
| </div> | ||||
| <!-- /.box --> | ||||
| @endsection | ||||
|  | ||||
| @push('js') | ||||
| <script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/daterangepicker/moment.js') }}"></script> | ||||
| <script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/daterangepicker/daterangepicker.js') }}"></script> | ||||
| <script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script> | ||||
| <script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/locales/bootstrap-datepicker.' . language()->getShortCode() . '.js') }}"></script> | ||||
| @endpush | ||||
|  | ||||
| @push('css') | ||||
| <link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/daterangepicker/daterangepicker.css') }}"> | ||||
| <link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}"> | ||||
| @endpush | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user