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