Laravel searh function does not show all results
I have created a search with Laravel 11 that is in a controller and has a join to another table. However, with the join some of the results do not show . This is my controller: public function search(Request $request){…