public function getAllHotels()
 {
     return Hotels::limit(3)->offset(2)->get();
 }