Example #1
0
 public function tryThisOne()
 {
     \Debugbar::disable();
     $location = (array) App\Location::random();
     return view('locations.try-this', ['location' => $location]);
 }
Example #2
0
 public function index()
 {
     $location = \App\Location::random();
     return view('findado.index')->with('loc', $location);
 }