I am working on search filter on checkbox click, with Laravel and Ajax call. So I get results when I click on a checkbox. my query is as follows:
$editor
you can used request helper in view as same
{{ $users->appends(request()->query())->links() }}