Search for car

FILTER BY

Filter Price

$199 $600199299400500600

Review Score

Car Type

Car Features

California
9 Auto 3 4
from
$300 /day
California
8 Auto 5 4
from
$350 /day
Showing 1 - 2 of 2 Cars
Request history8.0.30PHP Version1.37sRequest Duration36MBMemory UsageGET egy/carRouteAuth status
    • Booting (576ms)time
    • Application (798ms)time
    • 1 x Application (58.07%)
      798ms
      1 x Booting (41.93%)
      576ms
      28 templates were rendered
      • 4x Car::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Car::frontend.searchsearch.blade.php#?blade
      • 1x Car::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Car::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Car::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Car::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Car::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Car::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/car
      middleware
      web
      controller
      Modules\Car\Controllers\CarController@index
      namespace
      Modules\Car\Controllers
      prefix
      egy/car
      where
      as
      car.search
      file
      modules/Car/Controllers/CarController.php:30-89
      17 statements were executed (2 duplicates)Show only duplicates17.94ms
      • Car.php#846aarnatours290425_abhi_tNt2.69msselect * from `bravo_locations` where `id` = '3' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: 3
        • 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/Car/Models/Car.php:846
        • modules/Car/Controllers/CarController.php:41
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • CarController.php#42aarnatours290425_abhi_tNt1.78msselect count(*) as aggregate from (select `bravo_cars`.*, CASE WHEN IFNULL( bravo_cars.sale_price, 0 ) > 0 THEN bravo_cars.sale_price ELSE bravo_cars.price END AS tmp_min_price from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 5 and `bravo_locations`.`_rgt` <= 6 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null group by `bravo_cars`.`id`) as `aggregate_table`
        Bindings
        • 0: 5
        • 1: 6
        • 2: publish
        Backtrace
        • modules/Car/Controllers/CarController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#42aarnatours290425_abhi_tNt1.65msselect `bravo_cars`.*, CASE WHEN IFNULL( bravo_cars.sale_price, 0 ) > 0 THEN bravo_cars.sale_price ELSE bravo_cars.price END AS tmp_min_price from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 5 and `bravo_locations`.`_rgt` <= 6 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null group by `bravo_cars`.`id` order by `tmp_min_price` asc limit 9 offset 0
        Bindings
        • 0: 5
        • 1: 6
        • 2: publish
        Backtrace
        • modules/Car/Controllers/CarController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#42aarnatours290425_abhi_tNt1.09msselect * from `bravo_locations` where `bravo_locations`.`id` in (3) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#42aarnatours290425_abhi_tNt1.02msselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (3)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#42aarnatours290425_abhi_tNt830μsselect * from `user_wishlist` where `object_model` = 'car' and `user_id` = 0 and `user_wishlist`.`object_id` in (3, 12)
        Bindings
        • 0: car
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#42aarnatours290425_abhi_tNt970μsselect * from `bravo_car_translations` where `locale` = 'egy' and `bravo_car_translations`.`origin_id` in (3, 12) and `bravo_car_translations`.`deleted_at` is null
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#63aarnatours290425_abhi_tNt700μ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/Car/Controllers/CarController.php:63
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#63aarnatours290425_abhi_tNt520μ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/Car/Controllers/CarController.php:63
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Car.php#532aarnatours290425_abhi_tNt530μ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_cars` where `status` = 'publish' and `bravo_cars`.`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/Car/Models/Car.php:532
        • modules/Car/Controllers/CarController.php:64
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • CarController.php#81aarnatours290425_abhi_tNt860μsselect * from `bravo_attrs` where `service` = 'car' and `bravo_attrs`.`deleted_at` is null order by `position` desc
        Bindings
        • 0: car
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#81aarnatours290425_abhi_tNt1.04msselect * from `bravo_terms` where `bravo_terms`.`attr_id` in (9, 10) and `bravo_terms`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#81aarnatours290425_abhi_tNt800μsselect * from `bravo_terms_translations` where `locale` = 'egy' and `bravo_terms_translations`.`origin_id` in (61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CarController.php#81aarnatours290425_abhi_tNt570μsselect * from `bravo_attrs_translations` where `locale` = 'egy' and `bravo_attrs_translations`.`origin_id` in (9, 10)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Car/Controllers/CarController.php:81
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Car/Controllers/CarController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • HasTranslations.php#51aarnatours290425_abhi_tNt1.01msselect * 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_tNt970μ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_tNt910μ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
      14Terms.php#?
      Modules\Location\Models\Location
      12Location.php#?
      Modules\Car\Models\Car
      3Car.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
        web
        null
        sanctum
        null
          _token
          g0wCDAROBGM3SZOYvsbopLt4fezhvHRTGf7FZ12d
          _previous
          array:1 [ "url" => "https://aarnatours.com/egy/car?location_id=3&orderby=price_low_high" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /egy/car
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "location_id" => "3" "orderby" => "price_low_high" ]
          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=eyJpdiI6Imh1YmVmU0ZGR2VFcVdFVFB1LzhJNVE9PSIsInZhbHVlIjoid3U2R0Y0WTlhQUxEM2t4L3BtR2NWcUxyVkxOUGg1bW9PME83eGI4WVpML1FQUGhVdm5RU1FGZVpXZGJUTXkydG9wTndpcEJXUVZoaUw4RER1L1p2M0lSalpvVUp1dWdSYUJiMlUxeEx0d2Vmc2R6eitWVkJuUE1lRkN6VWd1MUgiLCJtYWMiOiJlOTEzZGNjYWJkYzhmMzU5NDA2MWMzZDA4NWQ3NDA3NDIzM2UwNmQxNDdhZjQzYzhkOTY2ODIzOTE2ZDVlYzc1IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IkpiN1NNT056bFY3eGR1WGlsRENPTmc9PSIsInZhbHVlIjoicFBITXpTU1BZbnRKUDU4aU1SdXNHTDZ6eFlBRm04ckNnSUFhNkZ6OEdaVnM5YUxJVHFqNmJqVG5SUm5TNVdpQ29UNnlQcG4wWk50azcvMEZrVkR6c092V0oyNEVsYVdrTC9ZWHVOU0xFcXQxMVZ5RlRocVlrY3RoMUptRWJzc1AiLCJtYWMiOiJjMWQ3MTc4NzMzOGMyYTU1ZGE3NmI2OWIzOTdmMWMzNGY3N2NiZjBiMTViZmVhYzE0NjM2YTU3NDYwNWEwYjU5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Imh1YmVmU0ZGR2VFcVdFVFB1LzhJNVE9PSIsInZhbHVlIjoid3U2R0Y0WTlhQUxEM2t4L3BtR2NWcUxyVkxOUGg1bW9PME83eGI4WVpML1FQUGhVdm5RU1FGZVpXZGJUTXkydG9wTndpc" ] "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" => "g0wCDAROBGM3SZOYvsbopLt4fezhvHRTGf7FZ12d" "booking_core_session" => "7Sd9tKwhkk8DZ55gPHcZtf9X9aNt20h2LpgK9XyZ" ]
          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 => "Sun, 15 Jun 2025 07:21:43 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt4TGJ3cE1KQndDQ3lmSTAvd3dBWUE9PSIsInZhbHVlIjoiVE5IeUVxT2lmV2ZuQWRudUpGVnFRMm5zOHJuMWtTdWhta21oVjVwYy9BSlgrbXQwMW5seExwNVBDWGk5bW9Gc2YzUTl4dmhuUkh4RXQycXViblFrYzRTSWZIZm5VNXB5M1RWRWp4Vlg5R0dEdFBpamtTREU4SEpKZnNGTUE2ZFYiLCJtYWMiOiJjMjYwMDVhNjE3YWQ4YmJlN2YxOGU2ZGNlZDcwMTM3MjZjNmE1YmYzYjcxZDc2MDIwNDliNThlMzAxZDdjNjQwIiwidGFnIjoiIn0%3D; expires=Sun, 15-Jun-2025 09:21:43 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ikt4TGJ3cE1KQndDQ3lmSTAvd3dBWUE9PSIsInZhbHVlIjoiVE5IeUVxT2lmV2ZuQWRudUpGVnFRMm5zOHJuMWtTdWhta21oVjVwYy9BSlgrbXQwMW5seExwNVBDWGk5bW9Gc2YzUTl4d" 1 => "booking_core_session=eyJpdiI6ImpYZFM5aVAzRnVIbjMzOEF1bkxRaFE9PSIsInZhbHVlIjoiNkVITjF4KzRPUXBCRWQvY2o0TEM2RTNSMjU4UW5ZS1RkNUNCd3l6RUdqalNjMmVXaFFjczdId1NRS0NJR0Z5M2JMb1VsbFhWd0w1OGRoT2FML0VZWE9kUm8rbDJ0eGFIQVRMOXBpcWpLOEkzbGR2cC9MZEgwdW84UElNaklnbjciLCJtYWMiOiJlY2IwNGMxNThiMDM3YjQxNjhhMjNlZjRmOTJhMGZkNWYwYzYxZDExNTA4MjZkNzgxOTBjMWU0OGIwOTgzZTNjIiwidGFnIjoiIn0%3D; expires=Sun, 15-Jun-2025 09:21:43 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6ImpYZFM5aVAzRnVIbjMzOEF1bkxRaFE9PSIsInZhbHVlIjoiNkVITjF4KzRPUXBCRWQvY2o0TEM2RTNSMjU4UW5ZS1RkNUNCd3l6RUdqalNjMmVXaFFjczdId1NRS0NJR0Z" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt4TGJ3cE1KQndDQ3lmSTAvd3dBWUE9PSIsInZhbHVlIjoiVE5IeUVxT2lmV2ZuQWRudUpGVnFRMm5zOHJuMWtTdWhta21oVjVwYy9BSlgrbXQwMW5seExwNVBDWGk5bW9Gc2YzUTl4dmhuUkh4RXQycXViblFrYzRTSWZIZm5VNXB5M1RWRWp4Vlg5R0dEdFBpamtTREU4SEpKZnNGTUE2ZFYiLCJtYWMiOiJjMjYwMDVhNjE3YWQ4YmJlN2YxOGU2ZGNlZDcwMTM3MjZjNmE1YmYzYjcxZDc2MDIwNDliNThlMzAxZDdjNjQwIiwidGFnIjoiIn0%3D; expires=Sun, 15-Jun-2025 09:21:43 GMT; path=/XSRF-TOKEN=eyJpdiI6Ikt4TGJ3cE1KQndDQ3lmSTAvd3dBWUE9PSIsInZhbHVlIjoiVE5IeUVxT2lmV2ZuQWRudUpGVnFRMm5zOHJuMWtTdWhta21oVjVwYy9BSlgrbXQwMW5seExwNVBDWGk5bW9Gc2YzUTl4d" 1 => "booking_core_session=eyJpdiI6ImpYZFM5aVAzRnVIbjMzOEF1bkxRaFE9PSIsInZhbHVlIjoiNkVITjF4KzRPUXBCRWQvY2o0TEM2RTNSMjU4UW5ZS1RkNUNCd3l6RUdqalNjMmVXaFFjczdId1NRS0NJR0Z5M2JMb1VsbFhWd0w1OGRoT2FML0VZWE9kUm8rbDJ0eGFIQVRMOXBpcWpLOEkzbGR2cC9MZEgwdW84UElNaklnbjciLCJtYWMiOiJlY2IwNGMxNThiMDM3YjQxNjhhMjNlZjRmOTJhMGZkNWYwYzYxZDExNTA4MjZkNzgxOTBjMWU0OGIwOTgzZTNjIiwidGFnIjoiIn0%3D; expires=Sun, 15-Jun-2025 09:21:43 GMT; path=/; httponlybooking_core_session=eyJpdiI6ImpYZFM5aVAzRnVIbjMzOEF1bkxRaFE9PSIsInZhbHVlIjoiNkVITjF4KzRPUXBCRWQvY2o0TEM2RTNSMjU4UW5ZS1RkNUNCd3l6RUdqalNjMmVXaFFjczdId1NRS0NJR0Z" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "g0wCDAROBGM3SZOYvsbopLt4fezhvHRTGf7FZ12d" "_previous" => array:1 [ "url" => "https://aarnatours.com/egy/car?location_id=3&orderby=price_low_high" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-15 07:21:43GET/egy/car?location_id=3&orderby=price_low_high281733
          2025-06-15 - 2025-06-16