Display list of records if at least one of the record is selected
How do I show the list of record only if at least one of the filter is selected. Along with a custom message. I tried doing request()->has(tableFilters) in the getEloquentQuery but it does not change once I select the filter.
0 Replies