controller code is:$bussearches = Bussearch::where('id', 'like', '%')->paginate(10);
sending $bussearches to the view page. Now I want to input two fields and search the two data into $bussearches array in view page. Please help me...
via Ziaur Rahman Shishir