Search for event

FILTER BY

Filter Price

$216 $2 0002166621 1081 5542 000

Review Score

Event Type

Los Angeles
4.6/5 Excellent 5 Reviews
Start Time: 18:00
7H
from
$400
Showing 1 - 1 of 1 Events
Request history8.0.30PHP Version1.06sRequest Duration36MBMemory UsageGET egy/eventRouteAuth status
    • Booting (529ms)time
    • Application (532ms)time
    • 1 x Application (50.14%)
      532ms
      1 x Booting (49.86%)
      529ms
      26 templates were rendered
      • 2x Event::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Event::frontend.searchsearch.blade.php#?blade
      • 1x Event::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Event::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Event::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Event::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Event::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Event::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/event
      middleware
      web
      controller
      Modules\Event\Controllers\EventController@index
      namespace
      Modules\Event\Controllers
      prefix
      egy/event
      where
      as
      event.search
      file
      modules/Event/Controllers/EventController.php:37-95
      17 statements were executed (2 duplicates)Show only duplicates16.19ms
      • Event.php#913aarnatours290425_abhi_tNt3.31msselect * from `bravo_locations` where `id` = '5' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: 5
        • 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/Event/Models/Event.php:913
        • modules/Event/Controllers/EventController.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • EventController.php#48aarnatours290425_abhi_tNt1.89msselect count(*) as aggregate from (select `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 9 and `bravo_locations`.`_rgt` <= 10 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null group by `bravo_events`.`id`) as `aggregate_table`
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Backtrace
        • modules/Event/Controllers/EventController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#48aarnatours290425_abhi_tNt1.4msselect `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 9 and `bravo_locations`.`_rgt` <= 10 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null group by `bravo_events`.`id` order by `review_score` desc limit 9 offset 0
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Backtrace
        • modules/Event/Controllers/EventController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#48aarnatours290425_abhi_tNt450μsselect * from `bravo_locations` where `bravo_locations`.`id` in (5) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Event/Controllers/EventController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#48aarnatours290425_abhi_tNt460μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (5)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Event/Controllers/EventController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#48aarnatours290425_abhi_tNt630μsselect * from `user_wishlist` where `object_model` = 'event' and `user_id` = 0 and `user_wishlist`.`object_id` in (10)
        Bindings
        • 0: event
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Event/Controllers/EventController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#48aarnatours290425_abhi_tNt810μsselect * from `bravo_event_translations` where `locale` = 'egy' and `bravo_event_translations`.`origin_id` in (10) and `bravo_event_translations`.`deleted_at` is null
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Event/Controllers/EventController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#70aarnatours290425_abhi_tNt860μ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/Event/Controllers/EventController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#70aarnatours290425_abhi_tNt470μ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/Event/Controllers/EventController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Event.php#616aarnatours290425_abhi_tNt510μ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_events` where `status` = 'publish' and `bravo_events`.`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/Event/Models/Event.php:616
        • modules/Event/Controllers/EventController.php:71
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • EventController.php#87aarnatours290425_abhi_tNt790μsselect * from `bravo_attrs` where `service` = 'event' and `bravo_attrs`.`deleted_at` is null order by `position` desc
        Bindings
        • 0: event
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Event/Controllers/EventController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#87aarnatours290425_abhi_tNt1.01msselect * from `bravo_terms` where `bravo_terms`.`attr_id` in (11) and `bravo_terms`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Event/Controllers/EventController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#87aarnatours290425_abhi_tNt630μsselect * from `bravo_terms_translations` where `locale` = 'egy' and `bravo_terms_translations`.`origin_id` in (75, 76, 77, 78, 79, 80, 81, 82)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Event/Controllers/EventController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventController.php#87aarnatours290425_abhi_tNt560μsselect * from `bravo_attrs_translations` where `locale` = 'egy' and `bravo_attrs_translations`.`origin_id` in (11)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Event/Controllers/EventController.php:87
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Event/Controllers/EventController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • HasTranslations.php#51aarnatours290425_abhi_tNt1.04msselect * 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_tNt890μ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_tNt480μ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\Location\Models\Location
      12Location.php#?
      Modules\Core\Models\Terms
      8Terms.php#?
      Modules\Event\Models\Event
      2Event.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Core\Models\Attributes
      1Attributes.php#?
        web
        null
        sanctum
        null
          _token
          7Lfl4RcA5YyhsC7XZOnZjkIQWAD5zjG25EoQutea
          _previous
          array:1 [ "url" => "https://aarnatours.com/egy/event?location_id=5&orderby=rate_high_low" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /egy/event
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "location_id" => "5" "orderby" => "rate_high_low" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:17 [ "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, br, zstd" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlMra2gyMzhBTzFheWxHczdMZzBsMmc9PSIsInZhbHVlIjoiRkR0ZXIxakxUMlk4TDlHWkVrYVFOMmtaVGNNTHQvajVLdGZBVGNicThXMXk2YkxrRjNrNmwybWhaTkRrMWJCUWpxQXdjRlhZdkF1SGtHN09paDgreFJpd2lDczRwdFMyUFFPb2F5SHJGQ0h5S3RWN2ZnYUtwY1FObVREdnVhV0kiLCJtYWMiOiIxYWM3Nzg0NDM3ZWFmODk3MDU2YzlhOGFlYzY3NDYyYzc4ZjBiNzZlMjk5MzNmNjEwMTVjYzFjZGE2NWY4OWI2IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6Im1wTG45dGcrckZXRndVWTRVdzlwVXc9PSIsInZhbHVlIjoiTkUxaGZsYzUzRG1vUjQ5N1pXaitzQyt6SGM1cG84SC8yNG44VU1HZ3ZRa21mNUtMOGRIazZQaUxYcWpGeThKNnhEOUVVZk9FMk5GZDdodnFPbExnWG5yVDRZWm1JbElwRXVTQjR4YVVlTTFYaW5uajNCWEFvRnJMU0l2VHJBRnQiLCJtYWMiOiIzODAyYjVmNDRlNDk2NTIwMGU2YjdiNGRkMzU3ZDJhODY2NzFlYmZkNjc3MzAxOWQwMWMzNWVlZDgwMjhhZjYwIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlMra2gyMzhBTzFheWxHczdMZzBsMmc9PSIsInZhbHVlIjoiRkR0ZXIxakxUMlk4TDlHWkVrYVFOMmtaVGNNTHQvajVLdGZBVGNicThXMXk2YkxrRjNrNmwybWhaTkRrMWJCUWpxQXdjR" ] "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" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "7Lfl4RcA5YyhsC7XZOnZjkIQWAD5zjG25EoQutea" "booking_core_session" => "Bqk3L5Ad3iP2MsYjsulFrJMwLXoqGN4Qqk9RxZlm" ]
          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, 07 Jun 2025 12:05:53 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImM0YVVQRk1xU014eVFqSkd0dGVPK0E9PSIsInZhbHVlIjoiekQ5SEFuaDY0NUFPajZYOU1zZ05CYTV1Qm5GVDlCUDFqZDNNWGp0REh5bmd1eWtTbFZvM1Y5V0xNaFBkdzEvWkFYME5EK1BQcVBKSDVPZ25ESHpGbEI2QmVJdXl5T25VR2toSDU0ZkNGOW5pR1RhNzdTSDhEWncxcHMvcGNQU2QiLCJtYWMiOiJlY2Y2NzJjZjM4ZTliMjNkODNmMGIxMzNjYzJkMDA5ZmNiOWU3ZjVlOGY3MTlhNDUzNTI4NjQwMWRmODU2YzY2IiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 14:05:53 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImM0YVVQRk1xU014eVFqSkd0dGVPK0E9PSIsInZhbHVlIjoiekQ5SEFuaDY0NUFPajZYOU1zZ05CYTV1Qm5GVDlCUDFqZDNNWGp0REh5bmd1eWtTbFZvM1Y5V0xNaFBkdzEvWkFYME5EK" 1 => "booking_core_session=eyJpdiI6ImJqbzIyVzNKcTRjVG0ycjdOU3ZXRWc9PSIsInZhbHVlIjoiYXl0U0VFT3V6RkQ1cTFQR3JsZFEwMHBUUExYTnRIVWpSY0RVMEVlSXU3ejhtUDNwVWJsWGNEMWdaTTJwWk9DRGxEQjByUU4rc1l5b3FmMUIxOHZGb010aEllOUJuZENoT3RobUc0c1BpeW1FWVN5R0NQOUVycktsSzlDMUtKMVYiLCJtYWMiOiI1ZWE0YzQ0YmY5ZjgxMjk0NTA0YzFmZGUyZWY1ZTg2MjM0YjhkYTc3OGE4YzY3YzAzZjNhOTU1YWZjMGNlYTdmIiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 14:05:53 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6ImJqbzIyVzNKcTRjVG0ycjdOU3ZXRWc9PSIsInZhbHVlIjoiYXl0U0VFT3V6RkQ1cTFQR3JsZFEwMHBUUExYTnRIVWpSY0RVMEVlSXU3ejhtUDNwVWJsWGNEMWdaTTJwWk9" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImM0YVVQRk1xU014eVFqSkd0dGVPK0E9PSIsInZhbHVlIjoiekQ5SEFuaDY0NUFPajZYOU1zZ05CYTV1Qm5GVDlCUDFqZDNNWGp0REh5bmd1eWtTbFZvM1Y5V0xNaFBkdzEvWkFYME5EK1BQcVBKSDVPZ25ESHpGbEI2QmVJdXl5T25VR2toSDU0ZkNGOW5pR1RhNzdTSDhEWncxcHMvcGNQU2QiLCJtYWMiOiJlY2Y2NzJjZjM4ZTliMjNkODNmMGIxMzNjYzJkMDA5ZmNiOWU3ZjVlOGY3MTlhNDUzNTI4NjQwMWRmODU2YzY2IiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 14:05:53 GMT; path=/XSRF-TOKEN=eyJpdiI6ImM0YVVQRk1xU014eVFqSkd0dGVPK0E9PSIsInZhbHVlIjoiekQ5SEFuaDY0NUFPajZYOU1zZ05CYTV1Qm5GVDlCUDFqZDNNWGp0REh5bmd1eWtTbFZvM1Y5V0xNaFBkdzEvWkFYME5EK" 1 => "booking_core_session=eyJpdiI6ImJqbzIyVzNKcTRjVG0ycjdOU3ZXRWc9PSIsInZhbHVlIjoiYXl0U0VFT3V6RkQ1cTFQR3JsZFEwMHBUUExYTnRIVWpSY0RVMEVlSXU3ejhtUDNwVWJsWGNEMWdaTTJwWk9DRGxEQjByUU4rc1l5b3FmMUIxOHZGb010aEllOUJuZENoT3RobUc0c1BpeW1FWVN5R0NQOUVycktsSzlDMUtKMVYiLCJtYWMiOiI1ZWE0YzQ0YmY5ZjgxMjk0NTA0YzFmZGUyZWY1ZTg2MjM0YjhkYTc3OGE4YzY3YzAzZjNhOTU1YWZjMGNlYTdmIiwidGFnIjoiIn0%3D; expires=Sat, 07-Jun-2025 14:05:53 GMT; path=/; httponlybooking_core_session=eyJpdiI6ImJqbzIyVzNKcTRjVG0ycjdOU3ZXRWc9PSIsInZhbHVlIjoiYXl0U0VFT3V6RkQ1cTFQR3JsZFEwMHBUUExYTnRIVWpSY0RVMEVlSXU3ejhtUDNwVWJsWGNEMWdaTTJwWk9" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "7Lfl4RcA5YyhsC7XZOnZjkIQWAD5zjG25EoQutea" "_previous" => array:1 [ "url" => "https://aarnatours.com/egy/event?location_id=5&orderby=rate_high_low" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-07 12:05:53GET/egy/event?location_id=5&orderby=rate_high_low261725
          2025-06-07 - 2025-06-08