{{-- ########################################### --}}
{{-- Extra CSS and JS for this particular filter --}}
{{-- FILTERS EXTRA CSS --}}
{{-- push things in the after_styles section --}}
@push('crud_list_styles')
@endpush
{{-- FILTERS EXTRA JS --}}
{{-- push things in the after_scripts section --}}
@push('crud_list_scripts')
{{-- include select2 js --}}
@php $language = $filter->options['language'] ?? \App::getLocale(); @endphp
@if ($language !== 'en')
@endif
@endpush
{{-- End of Extra CSS and JS --}}
{{-- ########################################## --}}