Monday, April 10, 2017

i am using laravel 5.1 and ajax. i sent data from controller to view page,i want to do two field search?

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

Advertisement