Date filter added income, expense, banking
This commit is contained in:
		| @@ -12,6 +12,7 @@ | ||||
|             {!! Form::select('account', $accounts, request('account'), ['class' => 'form-control input-filter input-sm']) !!} | ||||
|             {!! Form::select('type', $types, request('type'), ['class' => 'form-control input-filter input-sm']) !!} | ||||
|             {!! Form::select('category', $categories, request('category'), ['class' => 'form-control input-filter input-sm']) !!} | ||||
|             {!! Form::dateRange('date', trans('general.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"> | ||||
| @@ -58,3 +59,15 @@ | ||||
| </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