select `hotel_facility_types`.`id`, `hotel_facility_types`.`title`, `hotel_facility_types`.`title_en`, `hotel_facility_types`.`icon`, `hotel_facility_types`.`notes`, `hotel_facility_relation`.`hotel_id` as `pivot_hotel_id`, `hotel_facility_relation`.`facility_id` as `pivot_facility_id` from `hotel_facility_types` innerjoin `hotel_facility_relation` on `hotel_facility_types`.`id` = `hotel_facility_relation`.`facility_id` where `hotel_facility_relation`.`hotel_id` in (254)
select `hotel_policies`.`id`, `hotel_policies`.`title`, `hotel_policies`.`title_en`, `hotel_policies`.`notes`, `hotel_policies_relation`.`hotel_id` as `pivot_hotel_id`, `hotel_policies_relation`.`policy_id` as `pivot_policy_id` from `hotel_policies` innerjoin `hotel_policies_relation` on `hotel_policies`.`id` = `hotel_policies_relation`.`policy_id` where `hotel_policies_relation`.`hotel_id` in (254)
select `simple_hotel_rates`.*, `books`.`hotel_id` as `laravel_through_key` from `simple_hotel_rates` innerjoin `books` on `books`.`id` = `simple_hotel_rates`.`book_id` where `books`.`hotel_id` in (254) orderby `id` desc
select `hotel_facility_types`.*, `hotel_facility_relation`.`hotel_id` as `pivot_hotel_id`, `hotel_facility_relation`.`facility_id` as `pivot_facility_id` from `hotel_facility_types` innerjoin `hotel_facility_relation` on `hotel_facility_types`.`id` = `hotel_facility_relation`.`facility_id` where `hotel_facility_relation`.`hotel_id` =254
select `hotel_policies`.*, `hotel_policies_relation`.`hotel_id` as `pivot_hotel_id`, `hotel_policies_relation`.`policy_id` as `pivot_policy_id` from `hotel_policies` innerjoin `hotel_policies_relation` on `hotel_policies`.`id` = `hotel_policies_relation`.`policy_id` where `hotel_policies_relation`.`hotel_id` =254