Search for hotel

FILTER BY

Filter Price

$300 $900300450600750900

Hotel Star

Review Score

Property type

Facilities

Hotel Service

Hotel not found
SettingsRequest history8.2.27PHP Version298msRequest Duration4MBMemory UsageAuth statusGET hotel
status
200 OK
full_url
https://inrentz.com/hotel?location_id=9
action_name
hotel.search
controller_action
Modules\Hotel\Controllers\HotelController@index
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://inrentz.com/hotel?location_id=9
action_name
hotel.search
controller_action
Modules\Hotel\Controllers\HotelController@index
uri
GET hotel
controller
Modules\Hotel\Controllers\HotelController@index
namespace
Modules\Hotel\Controllers
prefix
/hotel
file
modules/Hotel/Controllers/HotelController.php:37-104
middleware
web
duration
299ms
peak_memory
6MB
response
text/html; charset=UTF-8
request_format
html
request_query
0 of 0
array:1 [ "location_id" => "9" ]
request_request
[]
request_headers
0 of 0
array:19 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-amzn-trace-id" => array:1 [ 0 => "Root=1-67d2aee5-68273656708c69df0429c34b" ] "host" => array:1 [ 0 => "inrentz.com" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "18.191.50.203" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 13 Mar 2025 10:09:41 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "DD72T76X4RsNuctvGC1XGH8AY8tzU0s8PB9ZYs4r" ]
    • Booting (76.1ms)time
    • Application (222ms)time
    • Routing (685μs)
    • Preparing Response (174ms)
    • 1 x Application (74.45%)
      222ms
      1 x Preparing Response (58.33%)
      174ms
      1 x Booting (25.54%)
      76.10ms
      1 x Routing (0.23%)
      685μs
      29 templates were rendered
      • 1x Hotel::frontend.searchsearch.blade.php#?blade
      • 1x Hotel::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Hotel::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Hotel::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Hotel::frontend.layouts.search.fields.guestsguests.blade.php#?blade
      • 1x Hotel::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Hotel::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Layout::global.search.filters.attrsattrs.blade.php#?blade
      • 1x Layout::global.search.orderbyorderby.blade.php#?blade
      • 1x Hotel::frontend.ajax.search-resultsearch-result.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.blade.php#?blade
      • 1x Layout::parts.faviconfavicon.blade.php#?blade
      • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
      • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
      • 1x Layout::parts.topbartopbar.blade.php#?blade
      • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
      • 2x Language::frontend.switcherswitcher.blade.php#?blade
      • 1x Layout::parts.headerheader.blade.php#?blade
      • 1x Layout::parts.footerfooter.blade.php#?blade
      • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
      • 1x Layout::auth.login-formlogin-form.blade.php#?blade
      • 1x Layout::auth.register-formregister-form.blade.php#?blade
      • 1x Popup::frontend.popuppopup.blade.php#?blade
      • 1x demo_scriptdemo_script.blade.php#?blade
      uri
      GET hotel
      middleware
      web
      controller
      Modules\Hotel\Controllers\HotelController@index
      namespace
      Modules\Hotel\Controllers
      prefix
      /hotel
      as
      hotel.search
      file
      modules/Hotel/Controllers/HotelController.php:37-104
      11 statements were executed (2 duplicates)Show only duplicates13.77ms
      • Hotel.php#972bookingcore5.88msselect * from `bravo_locations` where `id` = '9' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: 9
        • 1: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Hotel/Models/Hotel.php:972
        • modules/Hotel/Controllers/HotelController.php:53
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • HotelController.php#54bookingcore880μsselect count(*) as aggregate from (select `bravo_hotels`.* from `bravo_hotels` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_hotels`.`location_id` and `bravo_locations`.`_lft` >= 17 and `bravo_locations`.`_rgt` <= 18 where `bravo_hotels`.`status` = 'publish' and `bravo_hotels`.`deleted_at` is null group by `bravo_hotels`.`id`) as `aggregate_table`
        Bindings
        • 0: 17
        • 1: 18
        • 2: publish
        Backtrace
        • modules/Hotel/Controllers/HotelController.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • HotelController.php#87bookingcore500μsselect * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1000
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Hotel/Controllers/HotelController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • HotelController.php#87bookingcore410μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Hotel/Controllers/HotelController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • Hotel.php#606bookingcore430μsselect MIN( price ) AS min_price , MAX( price ) AS max_price from `bravo_hotels` where `status` = 'publish' and `bravo_hotels`.`deleted_at` is null limit 1
        Bindings
        • 0: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Hotel/Models/Hotel.php:606
        • modules/Hotel/Controllers/HotelController.php:88
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • HotelController.php#95bookingcore550μsselect * from `bravo_attrs` where `service` = 'hotel' and `bravo_attrs`.`deleted_at` is null order by `position` asc
        Bindings
        • 0: hotel
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Hotel/Controllers/HotelController.php:95
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • HotelController.php#95bookingcore3.12msselect `bravo_terms`.*, (select count(*) from `bravo_hotels` inner join `bravo_hotel_term` on `bravo_hotels`.`id` = `bravo_hotel_term`.`target_id` where `bravo_terms`.`id` = `bravo_hotel_term`.`term_id` and `bravo_hotels`.`deleted_at` is null) as `hotel_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (5, 6, 7) and `bravo_terms`.`deleted_at` is null
        Backtrace
        • modules/Hotel/Controllers/HotelController.php:95
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • HotelController.php#95bookingcore490μsselect * from `bravo_terms_translations` where `locale` = 'en' and `bravo_terms_translations`.`origin_id` in (32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Hotel/Controllers/HotelController.php:95
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • HotelController.php#95bookingcore430μsselect * from `bravo_attrs_translations` where `locale` = 'en' and `bravo_attrs_translations`.`origin_id` in (5, 6, 7)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Hotel/Controllers/HotelController.php:95
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Hotel/Controllers/HotelController.php:34
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • HasTranslations.php#51bookingcore520μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:112
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • HasTranslations.php#51bookingcore560μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:112
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      Modules\Core\Models\Terms
      24Terms.php#?
      Modules\Location\Models\Location
      11Location.php#?
      Modules\Core\Models\Attributes
      3Attributes.php#?
      Modules\Hotel\Models\Hotel
      1Hotel.php#?
        web
        null
        sanctum
        null
          _token
          DD72T76X4RsNuctvGC1XGH8AY8tzU0s8PB9ZYs4r
          ClearShow all
          Date ↕MethodURLData
          #12025-03-13 10:09:41GET/hotel?location_id=9291139
          2025-03-13 - 2025-03-14