I implement the search criteria, I need to do ->where('field',$_GET['field']). for a certain get ->where('field',$_GET['field']). Through the crutch, my guesses:
if(isset($_GET['field'])) $tour = Tours::where('name',$_GET['name'])->get(); if(isset($_GET['another])) $tour = $tour->where(...)->get();