WhatsApp

Buscar Tours

FILTER BY

Filter Price

$0 $1 20003006009001 200

Review Score

Tour Type

Estilos de viaje

Request history8.1.14PHP Version1.64sRequest Duration6MBMemory UsageGET es/tourRouteAuth status
    • Booting (982ms)time
    • Application (659ms)time
    • 1 x Booting (59.85%)
      982ms
      1 x Application (40.15%)
      659ms
      30 templates were rendered
      • 1x Tour::frontend.searchsearch.blade.php#?blade
      • 1x Tour::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Tour::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Tour::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 Tour::frontend.ajax.search-resultsearch-result.blade.php#?blade
      • 2x Tour::frontend.layouts.search.loop-gridloop-grid.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 es/tour
      middleware
      web
      controller
      \Modules\Tour\Controllers\TourController@index
      namespace
      Modules\Tour\Controllers
      prefix
      es/tour
      where
      as
      tour.search
      file
      modules/Tour/Controllers/TourController.php:39-103
      20 statements were executed, 2 of which were duplicates, 18 unique. Show only duplicated168ms
      • select * from `bravo_locations` where `id` = '10' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 114.06msairbusholidaysTour.php#981
        Bindings
        • 0: 10
        • 1: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Tour/Models/Tour.php:981
        • 17. modules/Tour/Controllers/TourController.php:53
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Tour/Controllers/TourController.php:36
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `bravo_tour_category` where (0 = 1 or 0 = 1 and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null14.02msairbusholidaysTour.php#1004
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Models/Tour.php:1004
        • 16. modules/Tour/Controllers/TourController.php:53
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 21 and `bravo_locations`.`_rgt` <= 22 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`7.32msairbusholidaysTourController.php#54
        Bindings
        • 0: 21
        • 1: 22
        • 2: publish
        Backtrace
        • 16. modules/Tour/Controllers/TourController.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 21 and `bravo_locations`.`_rgt` <= 22 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`is_featured` desc, `bravo_tours`.`id` desc limit 9 offset 01.75msairbusholidaysTourController.php#54
        Bindings
        • 0: 21
        • 1: 22
        • 2: publish
        Backtrace
        • 16. modules/Tour/Controllers/TourController.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_locations` where `bravo_locations`.`id` in (10) and `bravo_locations`.`deleted_at` is null16.57msairbusholidaysTourController.php#54
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_location_translations` where `locale` = 'es' and `bravo_location_translations`.`origin_id` in (10)3.58msairbusholidaysTourController.php#54
        Bindings
        • 0: es
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 26. modules/Tour/Controllers/TourController.php:54
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. modules/Tour/Controllers/TourController.php:36
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (209, 227)2.32msairbusholidaysTourController.php#54
        Bindings
        • 0: tour
        • 1: 0
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_tour_translations` where `locale` = 'es' and `bravo_tour_translations`.`origin_id` in (209, 227)16.94msairbusholidaysTourController.php#54
        Bindings
        • 0: es
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_tour_category` where `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null5.07msairbusholidaysTourController.php#86
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:86
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_tour_category_translations` where `locale` = 'es' and `bravo_tour_category_translations`.`origin_id` in (6, 7, 21)380μsairbusholidaysTourController.php#86
        Bindings
        • 0: es
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:86
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 100011.39msairbusholidaysTourController.php#87
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:87
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_location_translations` where `locale` = 'es' and `bravo_location_translations`.`origin_id` in (9, 10, 11, 16, 17, 19, 20, 21, 22)3.28msairbusholidaysTourController.php#87
        Bindings
        • 0: es
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:87
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select 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_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 15.1msairbusholidaysTour.php#696
        Bindings
        • 0: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Tour/Models/Tour.php:696
        • 17. modules/Tour/Controllers/TourController.php:88
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Tour/Controllers/TourController.php:36
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `bravo_attrs` where `service` = 'tour' and `bravo_attrs`.`deleted_at` is null order by `position` desc480μsairbusholidaysTourController.php#96
        Bindings
        • 0: tour
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:96
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `bravo_terms`.*, (select count(*) from `bravo_tours` inner join `bravo_tour_term` on `bravo_tours`.`id` = `bravo_tour_term`.`tour_id` where `bravo_terms`.`id` = `bravo_tour_term`.`term_id` and `bravo_tours`.`deleted_at` is null) as `tour_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (25, 26) and `bravo_terms`.`deleted_at` is null13.12msairbusholidaysTourController.php#96
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:96
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_terms_translations` where `locale` = 'es' and `bravo_terms_translations`.`origin_id` in (198, 199, 200, 202, 204, 205, 206, 207, 208, 209, 210, 211, 280, 281, 282, 283, 284)22.86msairbusholidaysTourController.php#96
        Bindings
        • 0: es
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 25. modules/Tour/Controllers/TourController.php:96
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 27. modules/Tour/Controllers/TourController.php:36
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_attrs_translations` where `locale` = 'es' and `bravo_attrs_translations`.`origin_id` in (25, 26)2.23msairbusholidaysTourController.php#96
        Bindings
        • 0: es
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:96
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 2 and `core_menu_translations`.`origin_id` is not null and `locale` = 'es' limit 119.65msairbusholidaysHasTranslations.php#51
        Bindings
        • 0: 2
        • 1: es
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:112
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 2 and `core_menu_translations`.`origin_id` is not null and `locale` = 'es' limit 16.84msairbusholidaysHasTranslations.php#51
        Bindings
        • 0: 2
        • 1: es
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:112
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_pages` where `core_pages`.`id` = '10' and `core_pages`.`deleted_at` is null limit 1540μsairbusholidaysAppHelper.php#629
        Bindings
        • 0: 10
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. app/Helpers/AppHelper.php:629
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      Modules\Core\Models\Terms
      17Terms.php#?
      Modules\Location\Models\Location
      11Location.php#?
      Modules\Location\Models\LocationTranslation
      10LocationTranslation.php#?
      Modules\Core\Models\TermsTranslation
      10TermsTranslation.php#?
      Modules\Tour\Models\Tour
      3Tour.php#?
      Modules\Tour\Models\TourCategory
      3TourCategory.php#?
      Modules\Tour\Models\TourCategoryTranslation
      3TourCategoryTranslation.php#?
      Modules\Tour\Models\TourTranslation
      2TourTranslation.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Core\Models\AttributesTranslation
      1AttributesTranslation.php#?
        web
        null
        sanctum
        null
          _token
          t8qRfPP5GqJ2n4GYNDZzYtqaClREJWShJfmP3KSl
          _previous
          array:1 [ "url" => "https://www.airbusholidays.com/public/es/tour?location_id=10" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /es/tour
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "location_id" => "10" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "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" ] "host" => array:1 [ 0 => "www.airbusholidays.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
          []
          
          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, 18 May 2025 01:20:21 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlZVdWVjRFFPOVhINmRWd1hIZ3AwU3c9PSIsInZhbHVlIjoidWxabE9CYXRyL2M5T0l1MVVqM3JVT05SMWQ3cU5oYjRSckhPQ3cwSEVyUlVyanRZWjFsdUZPOFVzWEZpUnZITHFxNkhObE9iL3FpTTUwQk44NWF6YmZSSE45UkRocDdWSEw0M1VkV1hjR05CMG96UjhYRHZIY2pwQWlvWkFIaFgiLCJtYWMiOiI4ZDNjYmRmNWIxOTQ2NjNmZjg2NTNmNjI4ODQ4YzM1N2QwZTRmNjhmMDNiYjljMDkyY2NiYmVlODExODQ2NzZkIiwidGFnIjoiIn0%3D; expires=Sun, 18 May 2025 03:20:21 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlZVdWVjRFFPOVhINmRWd1hIZ3AwU3c9PSIsInZhbHVlIjoidWxabE9CYXRyL2M5T0l1MVVqM3JVT05SMWQ3cU5oYjRSckhPQ3cwSEVyUlVyanRZWjFsdUZPOFVzWEZpUnZITHFxNkhOb" 1 => "airbusholidays_session=eyJpdiI6Ii9WNk9weG9RUTh6RmgxbGNQNnRYUHc9PSIsInZhbHVlIjoibkdTQ3RUYlVaTlVDc1dKcXE3U1NJSmo0aC83SGZnK3VreDFpWG9RMDZGNFBrNXUwbnNkYW8vVEFjM2hrd2w2c3ZxRXhtT3NsUWZKNk5Nb0txNndoK0FZRC84MTBNMjhOcTM2aitTNHNDeVcwUDQ3WUdEd29Vek9oYkhmQmJ6YWkiLCJtYWMiOiIxNmU0NWNjZjA0MjIyYzhiMTAwYzE0YTRiNjM4YzBlNGJiZTNhOGI1Mzc4ZDVkZjcyMTQ2NjFjYzc4NWEwYjZhIiwidGFnIjoiIn0%3D; expires=Sun, 18 May 2025 03:20:21 GMT; Max-Age=7200; path=/; httponly; samesite=laxairbusholidays_session=eyJpdiI6Ii9WNk9weG9RUTh6RmgxbGNQNnRYUHc9PSIsInZhbHVlIjoibkdTQ3RUYlVaTlVDc1dKcXE3U1NJSmo0aC83SGZnK3VreDFpWG9RMDZGNFBrNXUwbnNkYW8vVEFjM2hrd" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlZVdWVjRFFPOVhINmRWd1hIZ3AwU3c9PSIsInZhbHVlIjoidWxabE9CYXRyL2M5T0l1MVVqM3JVT05SMWQ3cU5oYjRSckhPQ3cwSEVyUlVyanRZWjFsdUZPOFVzWEZpUnZITHFxNkhObE9iL3FpTTUwQk44NWF6YmZSSE45UkRocDdWSEw0M1VkV1hjR05CMG96UjhYRHZIY2pwQWlvWkFIaFgiLCJtYWMiOiI4ZDNjYmRmNWIxOTQ2NjNmZjg2NTNmNjI4ODQ4YzM1N2QwZTRmNjhmMDNiYjljMDkyY2NiYmVlODExODQ2NzZkIiwidGFnIjoiIn0%3D; expires=Sun, 18-May-2025 03:20:21 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlZVdWVjRFFPOVhINmRWd1hIZ3AwU3c9PSIsInZhbHVlIjoidWxabE9CYXRyL2M5T0l1MVVqM3JVT05SMWQ3cU5oYjRSckhPQ3cwSEVyUlVyanRZWjFsdUZPOFVzWEZpUnZITHFxNkhOb" 1 => "airbusholidays_session=eyJpdiI6Ii9WNk9weG9RUTh6RmgxbGNQNnRYUHc9PSIsInZhbHVlIjoibkdTQ3RUYlVaTlVDc1dKcXE3U1NJSmo0aC83SGZnK3VreDFpWG9RMDZGNFBrNXUwbnNkYW8vVEFjM2hrd2w2c3ZxRXhtT3NsUWZKNk5Nb0txNndoK0FZRC84MTBNMjhOcTM2aitTNHNDeVcwUDQ3WUdEd29Vek9oYkhmQmJ6YWkiLCJtYWMiOiIxNmU0NWNjZjA0MjIyYzhiMTAwYzE0YTRiNjM4YzBlNGJiZTNhOGI1Mzc4ZDVkZjcyMTQ2NjFjYzc4NWEwYjZhIiwidGFnIjoiIn0%3D; expires=Sun, 18-May-2025 03:20:21 GMT; path=/; httponlyairbusholidays_session=eyJpdiI6Ii9WNk9weG9RUTh6RmgxbGNQNnRYUHc9PSIsInZhbHVlIjoibkdTQ3RUYlVaTlVDc1dKcXE3U1NJSmo0aC83SGZnK3VreDFpWG9RMDZGNFBrNXUwbnNkYW8vVEFjM2hrd" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "t8qRfPP5GqJ2n4GYNDZzYtqaClREJWShJfmP3KSl" "_previous" => array:1 [ "url" => "https://www.airbusholidays.com/public/es/tour?location_id=10" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-18 01:20:21GET/public/es/tour?location_id=10302064
          2025-05-18 - 2025-05-19