{{-- Example CRUD filter --}} {{-- ########################################### --}} {{-- 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 --}} {{-- ########################################## --}}