|
@ -84,6 +84,6 @@ class SearchController extends Controller |
|
|
default: |
|
|
default: |
|
|
$msg = "You fucked up somehow!"; |
|
|
$msg = "You fucked up somehow!"; |
|
|
} |
|
|
} |
|
|
return('search.results')->with($results); |
|
|
|
|
|
|
|
|
return view('search.results')->with('results',$results); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |