{{-- ########################################### --}}
{{-- Extra CSS and JS for this particular filter --}}
{{-- FILTERS EXTRA CSS --}}
{{-- push things in the after_styles section --}}
@push('crud_list_styles')
@basset('https://unpkg.com/bootstrap-datepicker@1.9.0/dist/css/bootstrap-datepicker3.min.css')
@endpush
{{-- FILTERS EXTRA JS --}}
{{-- push things in the after_scripts section --}}
@push('crud_list_scripts')
{{-- include select2 js --}}
@basset('https://unpkg.com/bootstrap-datepicker@1.9.0/dist/js/bootstrap-datepicker.min.js')
@php $language = $filter->options['language'] ?? \App::getLocale(); @endphp
@if ($language !== 'en')
@basset('https://unpkg.com/bootstrap-datepicker@1.9.0/dist/locales/bootstrap-datepicker.'.$language.'.min.js', true, ['charset' => 'UTF-8'])
@endif
@endpush
{{-- End of Extra CSS and JS --}}
{{-- ########################################## --}}