public function all()
 {
     return Spot::orderBy('name', 'asc')->get();
 }