{{-- dropdown content: everything you need is inside $filter --}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde, inventore assumenda voluptate accusantium recusandae ipsam magni atque vel omnis est debitis, neque nam aspernatur ex quo fuga, nulla soluta. Rerum.
{{-- ########################################### --}}
{{-- 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 --}}
{{-- FILTER JAVASCRIPT CHECKLIST
- redirects to a new URL for standard DataTables
- replaces the search URL for ajax DataTables
- users have a way to clear this filter (and only this filter)
- filter:clear event on li[filter-name], which is called by the "Remove all filters" button, clears this filter;
END OF FILTER JAVSCRIPT CHECKLIST --}}
@push('crud_list_scripts')
@endpush
{{-- End of Extra CSS and JS --}}
{{-- ########################################## --}}