$items = Trip::when($request->get('day_date'), function($query, $date){ $query->where('date', $date); })
->when($request->get('city_departure'), function($query, $departure_id){ $query->where('departure_id', $departure_id); })
->when($request->get('city_arrival'), function($query, $landing_id){ $query->where('landing_id', $landing_id); })
->get();
return view('search')->with(['mass' => $items]);
select * from table1 join table2 using(field) where field1 = 'значение' and field1 = 'значение'
EXPLAIN ANALYZE select * from table1 join table2 using(field) where field1 = 'значение' and field1 = 'значение'
Солнце в целом свете.Это — очень хорошо и большим и детям.