Search for space

FILTER BY

Filter Price

$150 $900150338525713900

Review Score

Space Type

Amenities

DUPLEX GREENWICH
$220 /day
Paris
5.0/5 Excellent 3 Reviews
6 3 3 166 sqft
EAST VILLAGE
$300 $260 /day
Paris
4.8/5 Excellent 4 Reviews
8 3 3 197 sqft
LUXURY SINGLE
$400 $350 /day
Paris
4.8/5 Excellent 4 Reviews
10 7 2 194 sqft
LILY DALE VILLAGE
$250 /day
Paris
4.7/5 Excellent 3 Reviews
6 7 6 123 sqft
STAY GREENWICH VILLAGE
$300 $150 /day
Paris
4.5/5 Excellent 4 Reviews
6 10 4 187 sqft
THE MEATPACKING SUITES
$320 /day
Paris
4.4/5 Very Good 5 Reviews
7 6 5 171 sqft
PARIS GREENWICH VILLA
$500 /day
Paris
4.3/5 Very Good 4 Reviews
10 10 2 103 sqft
Showing 1 - 7 of 7 Spaces
Request history8.0.30PHP Version1.7sRequest Duration36MBMemory UsageGET egy/spaceRouteAuth status
    • Booting (637ms)time
    • Application (1.06s)time
    • 1 x Application (62.43%)
      1.06s
      1 x Booting (37.57%)
      637ms
      39 templates were rendered
      • 14x Space::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Space::frontend.searchsearch.blade.php#?blade
      • 1x Space::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Space::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Space::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Space::frontend.layouts.search.fields.guestsguests.blade.php#?blade
      • 1x Space::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Space::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Space::frontend.layouts.search.orderbyorderby.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.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
      uri
      GET egy/space
      middleware
      web
      controller
      Modules\Space\Controllers\SpaceController@index
      namespace
      Modules\Space\Controllers
      prefix
      egy/space
      where
      as
      space.search
      file
      modules/Space/Controllers/SpaceController.php:38-94
      17 statements were executed (2 duplicates)Show only duplicates15.65ms
      • Space.php#907aarnatours290425_abhi_tNt2.8msselect * from `bravo_locations` where `id` = '1' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: 1
        • 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/Space/Models/Space.php:907
        • modules/Space/Controllers/SpaceController.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • SpaceController.php#48aarnatours290425_abhi_tNt1.79msselect count(*) as aggregate from (select `bravo_spaces`.* from `bravo_spaces` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_spaces`.`location_id` and `bravo_locations`.`_lft` >= 1 and `bravo_locations`.`_rgt` <= 2 where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null group by `bravo_spaces`.`id`) as `aggregate_table`
        Bindings
        • 0: 1
        • 1: 2
        • 2: publish
        Backtrace
        • modules/Space/Controllers/SpaceController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#48aarnatours290425_abhi_tNt1.65msselect `bravo_spaces`.* from `bravo_spaces` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_spaces`.`location_id` and `bravo_locations`.`_lft` >= 1 and `bravo_locations`.`_rgt` <= 2 where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null group by `bravo_spaces`.`id` order by `review_score` desc limit 9 offset 0
        Bindings
        • 0: 1
        • 1: 2
        • 2: publish
        Backtrace
        • modules/Space/Controllers/SpaceController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#48aarnatours290425_abhi_tNt620μsselect * from `bravo_locations` where `bravo_locations`.`id` in (1) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#48aarnatours290425_abhi_tNt450μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (1)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#48aarnatours290425_abhi_tNt490μsselect * from `user_wishlist` where `object_model` = 'space' and `user_id` = 0 and `user_wishlist`.`object_id` in (5, 6, 7, 8, 9, 10, 11)
        Bindings
        • 0: space
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#48aarnatours290425_abhi_tNt640μsselect * from `bravo_space_translations` where `locale` = 'egy' and `bravo_space_translations`.`origin_id` in (5, 6, 7, 8, 9, 10, 11) and `bravo_space_translations`.`deleted_at` is null
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#69aarnatours290425_abhi_tNt980μ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/Space/Controllers/SpaceController.php:69
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#69aarnatours290425_abhi_tNt620μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:69
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Space.php#596aarnatours290425_abhi_tNt670μsselect MIN( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS min_price , MAX( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS max_price from `bravo_spaces` where `status` = 'publish' and `bravo_spaces`.`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/Space/Models/Space.php:596
        • modules/Space/Controllers/SpaceController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • SpaceController.php#85aarnatours290425_abhi_tNt690μsselect * from `bravo_attrs` where `service` = 'space' and `bravo_attrs`.`deleted_at` is null order by `position` desc
        Bindings
        • 0: space
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:85
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#85aarnatours290425_abhi_tNt1msselect * from `bravo_terms` where `bravo_terms`.`attr_id` in (3, 4) and `bravo_terms`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:85
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#85aarnatours290425_abhi_tNt600μsselect * from `bravo_terms_translations` where `locale` = 'egy' and `bravo_terms_translations`.`origin_id` in (15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:85
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • SpaceController.php#85aarnatours290425_abhi_tNt430μsselect * from `bravo_attrs_translations` where `locale` = 'egy' and `bravo_attrs_translations`.`origin_id` in (3, 4)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Space/Controllers/SpaceController.php:85
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Space/Controllers/SpaceController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • HasTranslations.php#51aarnatours290425_abhi_tNt850μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        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:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt650μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        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:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • AppHelper.php#627aarnatours290425_abhi_tNt720μsselect * from `core_pages` where `core_pages`.`id` = '' and `core_pages`.`deleted_at` is null limit 1
        Bindings
        • 0: 
        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/Helpers/AppHelper.php:627
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      Modules\Core\Models\Terms
      17Terms.php#?
      Modules\Location\Models\Location
      12Location.php#?
      Modules\Space\Models\Space
      8Space.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
        web
        null
        sanctum
        null
          _token
          t42poDPCj4TnypF5RTqmOsjCOfhyVpTSuHmWKtB3
          _previous
          array:1 [ "url" => "http://aarnatours.com/public/egy/space?location_id=1&orderby=rate_high_low" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /egy/space
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "location_id" => "1" "orderby" => "rate_high_low" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:12 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "connection" => array:1 [ 0 => "keep-alive" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkZaTGtDYVhlR2lyeWMrb2cya043VUE9PSIsInZhbHVlIjoiUW90YVR4YmpBVktaNDJaZXc1NGZKZ0lKaGxqc3FBNVgwMFFHakE3UFoyN3VHaG85dUhTREVvMlRnZE5kbzYxMVcyM2xYUEY2QjhmeGMyeWJmb29XYklTanYxbThLUWM1VjlSTUlObElVNm5KRzI3bU04SHVyVVBwMkxoNWE0ak0iLCJtYWMiOiJlMWJiZjQxMDMwN2VlODc3ZGZmZWZhMGMzMTU2ZjNhZjJlOTQxYzRlODg2Y2VjMjFkYTc4NzRhYmM5ZDViMzU2IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IjV4Y2hnWFF6ekk3b29mL3FFcE5CRkE9PSIsInZhbHVlIjoiSkVwL1Ryc0tZb0ZOTHVlUExUZlBBcFZvZ3VsbUllT2Q4U2lpb1pJMkpKbVUzVFdQZG05bWo3Rk93VnJkYWwxNkdoa1krVUpmQW1KR1Y5Y3ZJSjJXZXd3TmdFTTVoNGFsNTl1b1NiVmZTdlIrZzNoWmVvSHJDZHNWMUZzdTM5a2IiLCJtYWMiOiJiMWUxMmM4OWExMmRkYWRjYTUxMDU3MjE1NDE3OTM5MTY0NzBlYmY3YThhOTMwZDA2NTY0MjZkYmMzY2U2YWIxIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkZaTGtDYVhlR2lyeWMrb2cya043VUE9PSIsInZhbHVlIjoiUW90YVR4YmpBVktaNDJaZXc1NGZKZ0lKaGxqc3FBNVgwMFFHakE3UFoyN3VHaG85dUhTREVvMlRnZE5kbzYxMVcyM2xYU" ] "host" => array:1 [ 0 => "aarnatours.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "10.1.194.245" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-2lzd2 (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "t42poDPCj4TnypF5RTqmOsjCOfhyVpTSuHmWKtB3" "booking_core_session" => "0HdGoOUYqVFigwHzl3sGWfu9ClvMU9CHuEkyYNaA" ]
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 21 Jun 2025 18:58:39 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVEMm1JVi9NM3JhUDJLTFk0azh4Wnc9PSIsInZhbHVlIjoiM1hBVnU2NlF2bW03UjV5dGErMFpyU3VReGo2VGhORFBjTGNOdWJjcjBJT1NKRW4rOHZvUFlNWm54a3p0Y3JNTVpkUVlSVVY4TkNjQmxPVHFGZjBjVGp0QkRnaThtclozRTg3T1N1RnZ5Zm1mWlVyQWdyUkdQWGtDM3RZTzArc0kiLCJtYWMiOiI5OWM2MDc3MTg0ZmYwYzI0YzBmMmRiMmMyYTUwZWM3ZGVjNWNlNjk3MjE1N2JiMjBmMmFkOTE1MmM2OTI2MTdjIiwidGFnIjoiIn0%3D; expires=Sat, 21-Jun-2025 20:58:40 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkVEMm1JVi9NM3JhUDJLTFk0azh4Wnc9PSIsInZhbHVlIjoiM1hBVnU2NlF2bW03UjV5dGErMFpyU3VReGo2VGhORFBjTGNOdWJjcjBJT1NKRW4rOHZvUFlNWm54a3p0Y3JNTVpkUVlSV" 1 => "booking_core_session=eyJpdiI6ImlJZ1NzYWlKRXRRQUxDTnlUcTg3alE9PSIsInZhbHVlIjoicWtFelNyalB2LzJmRGxEVFVEVXZaQWFjSFZSaEJ6K05KS2s4Y1lDV1BxZW9oY0hXZVhOMkQ2NTZWQ2RUamo5aEl5RXBuellSNGpZVTVKVTJFbE40YXdDSzhUWS9rTzIvTG85cTM4N0ZXUm5kOFhFVytJNEtBeUJZdFJCUW1sc3kiLCJtYWMiOiJmZWQ3ZDMyYWM5MTljNWRkMzQ0Yzk4ZDlmYmUyYzk2OTcwMTUxODM2ZGNhYTAxNTNjZWRiYjA2YmJhODQwMGM0IiwidGFnIjoiIn0%3D; expires=Sat, 21-Jun-2025 20:58:40 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6ImlJZ1NzYWlKRXRRQUxDTnlUcTg3alE9PSIsInZhbHVlIjoicWtFelNyalB2LzJmRGxEVFVEVXZaQWFjSFZSaEJ6K05KS2s4Y1lDV1BxZW9oY0hXZVhOMkQ2NTZWQ2RUamo" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVEMm1JVi9NM3JhUDJLTFk0azh4Wnc9PSIsInZhbHVlIjoiM1hBVnU2NlF2bW03UjV5dGErMFpyU3VReGo2VGhORFBjTGNOdWJjcjBJT1NKRW4rOHZvUFlNWm54a3p0Y3JNTVpkUVlSVVY4TkNjQmxPVHFGZjBjVGp0QkRnaThtclozRTg3T1N1RnZ5Zm1mWlVyQWdyUkdQWGtDM3RZTzArc0kiLCJtYWMiOiI5OWM2MDc3MTg0ZmYwYzI0YzBmMmRiMmMyYTUwZWM3ZGVjNWNlNjk3MjE1N2JiMjBmMmFkOTE1MmM2OTI2MTdjIiwidGFnIjoiIn0%3D; expires=Sat, 21-Jun-2025 20:58:40 GMT; path=/XSRF-TOKEN=eyJpdiI6IkVEMm1JVi9NM3JhUDJLTFk0azh4Wnc9PSIsInZhbHVlIjoiM1hBVnU2NlF2bW03UjV5dGErMFpyU3VReGo2VGhORFBjTGNOdWJjcjBJT1NKRW4rOHZvUFlNWm54a3p0Y3JNTVpkUVlSV" 1 => "booking_core_session=eyJpdiI6ImlJZ1NzYWlKRXRRQUxDTnlUcTg3alE9PSIsInZhbHVlIjoicWtFelNyalB2LzJmRGxEVFVEVXZaQWFjSFZSaEJ6K05KS2s4Y1lDV1BxZW9oY0hXZVhOMkQ2NTZWQ2RUamo5aEl5RXBuellSNGpZVTVKVTJFbE40YXdDSzhUWS9rTzIvTG85cTM4N0ZXUm5kOFhFVytJNEtBeUJZdFJCUW1sc3kiLCJtYWMiOiJmZWQ3ZDMyYWM5MTljNWRkMzQ0Yzk4ZDlmYmUyYzk2OTcwMTUxODM2ZGNhYTAxNTNjZWRiYjA2YmJhODQwMGM0IiwidGFnIjoiIn0%3D; expires=Sat, 21-Jun-2025 20:58:40 GMT; path=/; httponlybooking_core_session=eyJpdiI6ImlJZ1NzYWlKRXRRQUxDTnlUcTg3alE9PSIsInZhbHVlIjoicWtFelNyalB2LzJmRGxEVFVEVXZaQWFjSFZSaEJ6K05KS2s4Y1lDV1BxZW9oY0hXZVhOMkQ2NTZWQ2RUamo" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "t42poDPCj4TnypF5RTqmOsjCOfhyVpTSuHmWKtB3" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/egy/space?location_id=1&orderby=rate_high_low" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-21 18:58:40GET/public/egy/space?location_id=1&orderby=rate_high_low391741
          2025-06-21 - 2025-06-22