get(); $count = count($locations); $terms = "no|agenda"; //$result = DB::select("SELECT * FROM searchlocations('$terms')"); return view('front.index', [ 'count' => $count, 'title' => "The Bad Space" ]); } }