Search for boat

FILTER BY

Filter Price

$50 $25050100150200250

Review Score

Boat Type

Amenities

Paris
4.8/5 Excellent 4 Reviews
11 2 10m 29km/h
from
$50
Paris
4.7/5 Excellent 3 Reviews
14 4 17m 35km/h
from
$100
Paris
4.3/5 Very Good 3 Reviews
6 1 13m 27km/h
from
$130
Paris
4.5/5 Excellent 4 Reviews
6 5 18m 35km/h
from
$130
Paris
5.0/5 Excellent 3 Reviews
11 1 18m 33km/h
from
$150
Paris
4.7/5 Excellent 3 Reviews
8 4 10m 35km/h
from
$150
Paris
4.7/5 Excellent 3 Reviews
9 1 15m 27km/h
from
$200
Showing 1 - 7 of 7 Boats
Request history8.0.30PHP Version1.44sRequest Duration36MBMemory UsageGET egy/boatRouteAuth status
    • Booting (484ms)time
    • Application (953ms)time
    • 1 x Application (66.3%)
      953ms
      1 x Booting (33.7%)
      484ms
      38 templates were rendered
      • 14x Boat::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Boat::frontend.searchsearch.blade.php#?blade
      • 1x Boat::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Boat::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Boat::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Boat::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Boat::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Boat::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/boat
      middleware
      web
      controller
      Modules\Boat\Controllers\BoatController@index
      namespace
      Modules\Boat\Controllers
      prefix
      egy/boat
      where
      as
      boat.search
      file
      modules/Boat/Controllers/BoatController.php:30-89
      17 statements were executed (2 duplicates)Show only duplicates15.11ms
      • Boat.php#844aarnatours290425_abhi_tNt3.02msselect * 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/Boat/Models/Boat.php:844
        • modules/Boat/Controllers/BoatController.php:41
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • BoatController.php#42aarnatours290425_abhi_tNt1.81msselect count(*) as aggregate from (select `bravo_boats`.* from `bravo_boats` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_boats`.`location_id` and `bravo_locations`.`_lft` >= 1 and `bravo_locations`.`_rgt` <= 2 where `bravo_boats`.`status` = 'publish' and `bravo_boats`.`deleted_at` is null group by `bravo_boats`.`id`) as `aggregate_table`
        Bindings
        • 0: 1
        • 1: 2
        • 2: publish
        Backtrace
        • modules/Boat/Controllers/BoatController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#42aarnatours290425_abhi_tNt1.75msselect `bravo_boats`.* from `bravo_boats` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_boats`.`location_id` and `bravo_locations`.`_lft` >= 1 and `bravo_locations`.`_rgt` <= 2 where `bravo_boats`.`status` = 'publish' and `bravo_boats`.`deleted_at` is null group by `bravo_boats`.`id` order by `min_price` asc limit 9 offset 0
        Bindings
        • 0: 1
        • 1: 2
        • 2: publish
        Backtrace
        • modules/Boat/Controllers/BoatController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#42aarnatours290425_abhi_tNt490μ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/Boat/Controllers/BoatController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#42aarnatours290425_abhi_tNt440μ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/Boat/Controllers/BoatController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#42aarnatours290425_abhi_tNt460μsselect * from `user_wishlist` where `object_model` = 'boat' and `user_id` = 0 and `user_wishlist`.`object_id` in (1, 2, 4, 6, 7, 8, 13)
        Bindings
        • 0: boat
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Boat/Controllers/BoatController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#42aarnatours290425_abhi_tNt520μsselect * from `bravo_boat_translations` where `locale` = 'egy' and `bravo_boat_translations`.`origin_id` in (1, 2, 4, 6, 7, 8, 13) and `bravo_boat_translations`.`deleted_at` is null
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Boat/Controllers/BoatController.php:42
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#64aarnatours290425_abhi_tNt800μ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/Boat/Controllers/BoatController.php:64
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#64aarnatours290425_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/Boat/Controllers/BoatController.php:64
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Boat.php#538aarnatours290425_abhi_tNt480μsselect MIN( min_price ) AS min_price , MAX( min_price ) AS max_price from `bravo_boats` where `status` = 'publish' and `bravo_boats`.`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/Boat/Models/Boat.php:538
        • modules/Boat/Controllers/BoatController.php:65
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • BoatController.php#80aarnatours290425_abhi_tNt760μsselect * from `bravo_attrs` where `service` = 'boat' and `bravo_attrs`.`deleted_at` is null order by `position` desc
        Bindings
        • 0: boat
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Boat/Controllers/BoatController.php:80
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#80aarnatours290425_abhi_tNt970μsselect * from `bravo_terms` where `bravo_terms`.`attr_id` in (14, 15) and `bravo_terms`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Boat/Controllers/BoatController.php:80
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#80aarnatours290425_abhi_tNt620μsselect * from `bravo_terms_translations` where `locale` = 'egy' and `bravo_terms_translations`.`origin_id` in (91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Boat/Controllers/BoatController.php:80
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BoatController.php#80aarnatours290425_abhi_tNt610μsselect * from `bravo_attrs_translations` where `locale` = 'egy' and `bravo_attrs_translations`.`origin_id` in (14, 15)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Boat/Controllers/BoatController.php:80
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Boat/Controllers/BoatController.php:28
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • HasTranslations.php#51aarnatours290425_abhi_tNt690μ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_tNt600μ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_tNt570μ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\Boat\Models\Boat
      8Boat.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
        web
        null
        sanctum
        null
          _token
          UbIXvAXU0O1NtsBKoz3LurUYJOOmEh5U3kGWorHK
          bc_current_currency
          usd
          _previous
          array:1 [ "url" => "http://aarnatours.com/public/egy/boat?location_id=1&orderby=price_low_high" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /egy/boat
          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" => "price_low_high" ]
          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=eyJpdiI6ImlVWHhUeFluWHRtRjdIanlPNHlQTHc9PSIsInZhbHVlIjoiNWFSQWVod0hYWUVZN0lsNWtKS1ZvQ2VaWFdjN0dRelV4TTFFN2ZUVVpiZ3p5N0VUeTNVRDExdnhXWERHMXorc1JJdFJJQm5kbDFpNkN0TFkwMGI2K0xRQ0VhN1ZyYlNXczBLWXY0THpTQ3FwenZndlpjYXRpWEtJT2EvcUVyMjIiLCJtYWMiOiI3OWU5MmFiNmIzMDZiMTdjNDYyZjgyMDlhYmZlYjYzYTFmYTgyMDI1ZTQ1ZDAzZTkxNDI2N2Q4ZGQzZmVlNmUzIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6Ik1jU3ZvbWY0UG5EalpiRUJ2REZvUXc9PSIsInZhbHVlIjoiVFF1N0RMUThsRElvTDFwWWNMQVFaQ2RWeW40RlBQRkFSSmt5RVp0SkpIbWZidG5hK2FrMlB2a2YyUGwwOUtGV2RXUVd2N0JVTitVRXRSMDBxc1FVZis0VVBsd1NKQ3d6b2JxOWdYWnUzZGRqNnV1OVZQdld6bnQ2cVZqNFdaQTEiLCJtYWMiOiI5NWU5NzQ5MTBmYTUwOGQyY2JiOTUxY2IyYTAwZDMwMDhmNjc3MWEyNGE4MDBjZTI0ODI0MTA0ZTZjNGQ1OWNhIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImlVWHhUeFluWHRtRjdIanlPNHlQTHc9PSIsInZhbHVlIjoiNWFSQWVod0hYWUVZN0lsNWtKS1ZvQ2VaWFdjN0dRelV4TTFFN2ZUVVpiZ3p5N0VUeTNVRDExdnhXWERHMXorc1JJdFJJQ" ] "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.2.187.164" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-vlzks (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "UbIXvAXU0O1NtsBKoz3LurUYJOOmEh5U3kGWorHK" "booking_core_session" => "ZevnelecLAr5Ho9q5gkVi1Zgb8Wh6wQewNkYAllm" ]
          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 => "Tue, 12 Aug 2025 03:18:59 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjhMSWhkQ1lBMVhQRWUvYmxZMmh3Mnc9PSIsInZhbHVlIjoiR3V3NS80QWVvWUVnckZVMk02YkN4ancrcS9uYjh6WVVuZURMM0E0TFQvaDUyWFUxYzc3Z1dkeW1IWnZ2bUh3K2pNV2NVMzc2ZTNjemh3Yk9IVjJHL29UQUo5ZmxoS216M3BHQm9ESVdFMzRWd05RTXdNdlBxTlg5by9kUVhpVDIiLCJtYWMiOiJkOTRhMGE3ZDE2N2E3NTYyMmU0ZjYzNDljMmExODJjOWQ2M2Q4OTk5NjVlZmQ5OWJhODVhN2U5NWJiMjc0NzhmIiwidGFnIjoiIn0%3D; expires=Tue, 12-Aug-2025 05:18:59 GMT; Max-Age=7199; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjhMSWhkQ1lBMVhQRWUvYmxZMmh3Mnc9PSIsInZhbHVlIjoiR3V3NS80QWVvWUVnckZVMk02YkN4ancrcS9uYjh6WVVuZURMM0E0TFQvaDUyWFUxYzc3Z1dkeW1IWnZ2bUh3K2pNV2NVM" 1 => "booking_core_session=eyJpdiI6InM5bEJJZ3dhNmxNOSsxNnhKeWYzckE9PSIsInZhbHVlIjoiaFZwV2lhTE1XR24wVGtUWW92Qm9FTUFkcGxWVTF6OHl3MTk3a25ZeXBYZ3dJOHZIMWVjUU8zUEVHNnFSRm1hRWV2L2N6alMvTXVycGdGNG1wMlRWUmxYRVFIRmlWVU12MytFcytPcWpMZkNPNGJuRUhEaVE1NWQ4c25PQzk3aU8iLCJtYWMiOiJhYzAwNGU4M2EwMzE2ODQ3NzMzNWQ0ZjNkY2E5NjQ2YTI2Nzg1NDY2MjRkNzU4NDM2Nzk4ZmE4MzU4YjhiZmM3IiwidGFnIjoiIn0%3D; expires=Tue, 12-Aug-2025 05:18:59 GMT; Max-Age=7199; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6InM5bEJJZ3dhNmxNOSsxNnhKeWYzckE9PSIsInZhbHVlIjoiaFZwV2lhTE1XR24wVGtUWW92Qm9FTUFkcGxWVTF6OHl3MTk3a25ZeXBYZ3dJOHZIMWVjUU8zUEVHNnFSRm1" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjhMSWhkQ1lBMVhQRWUvYmxZMmh3Mnc9PSIsInZhbHVlIjoiR3V3NS80QWVvWUVnckZVMk02YkN4ancrcS9uYjh6WVVuZURMM0E0TFQvaDUyWFUxYzc3Z1dkeW1IWnZ2bUh3K2pNV2NVMzc2ZTNjemh3Yk9IVjJHL29UQUo5ZmxoS216M3BHQm9ESVdFMzRWd05RTXdNdlBxTlg5by9kUVhpVDIiLCJtYWMiOiJkOTRhMGE3ZDE2N2E3NTYyMmU0ZjYzNDljMmExODJjOWQ2M2Q4OTk5NjVlZmQ5OWJhODVhN2U5NWJiMjc0NzhmIiwidGFnIjoiIn0%3D; expires=Tue, 12-Aug-2025 05:18:59 GMT; path=/XSRF-TOKEN=eyJpdiI6IjhMSWhkQ1lBMVhQRWUvYmxZMmh3Mnc9PSIsInZhbHVlIjoiR3V3NS80QWVvWUVnckZVMk02YkN4ancrcS9uYjh6WVVuZURMM0E0TFQvaDUyWFUxYzc3Z1dkeW1IWnZ2bUh3K2pNV2NVM" 1 => "booking_core_session=eyJpdiI6InM5bEJJZ3dhNmxNOSsxNnhKeWYzckE9PSIsInZhbHVlIjoiaFZwV2lhTE1XR24wVGtUWW92Qm9FTUFkcGxWVTF6OHl3MTk3a25ZeXBYZ3dJOHZIMWVjUU8zUEVHNnFSRm1hRWV2L2N6alMvTXVycGdGNG1wMlRWUmxYRVFIRmlWVU12MytFcytPcWpMZkNPNGJuRUhEaVE1NWQ4c25PQzk3aU8iLCJtYWMiOiJhYzAwNGU4M2EwMzE2ODQ3NzMzNWQ0ZjNkY2E5NjQ2YTI2Nzg1NDY2MjRkNzU4NDM2Nzk4ZmE4MzU4YjhiZmM3IiwidGFnIjoiIn0%3D; expires=Tue, 12-Aug-2025 05:18:59 GMT; path=/; httponlybooking_core_session=eyJpdiI6InM5bEJJZ3dhNmxNOSsxNnhKeWYzckE9PSIsInZhbHVlIjoiaFZwV2lhTE1XR24wVGtUWW92Qm9FTUFkcGxWVTF6OHl3MTk3a25ZeXBYZ3dJOHZIMWVjUU8zUEVHNnFSRm1" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "UbIXvAXU0O1NtsBKoz3LurUYJOOmEh5U3kGWorHK" "bc_current_currency" => "usd" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/egy/boat?location_id=1&orderby=price_low_high" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-08-12 03:18:59GET/public/egy/boat?location_id=1&orderby=price_low_high381738
          2025-08-12 - 2025-08-12