News

City Spotlight: Philadelphia

City Spotlight: Philadelphia

From the iconic to the unexpected, the city of San Francisco never ceases to surprise. Kick-start your effortlessly delivered Northern California holiday in the cosmopolitan hills of The City . Join your Travel Director and fellow[...]
Read More
America  National Parks with Denver

America National Parks with Denver

From the iconic to the unexpected, the city of San Francisco never ceases to surprise. Kick-start your effortlessly delivered Northern California holiday in the cosmopolitan hills of The City . Join your Travel Director and fellow[...]
Read More

Showing 1 - 2 of 2 posts
Request history8.0.30PHP Version1.21sRequest Duration36MBMemory UsageGET news/category/{slug}RouteAuth status
    • Booting (483ms)time
    • Application (731ms)time
    • 1 x Application (60.21%)
      731ms
      1 x Booting (39.79%)
      483ms
      26 templates were rendered
      • 1x News::frontend.indexindex.blade.php#?blade
      • 1x News::frontend.layouts.details.news-breadcrumbnews-breadcrumb.blade.php#?blade
      • 1x News::frontend.layouts.details.news-loopnews-loop.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.blade.php#?blade
      • 1x News::frontend.layouts.details.news-sidebarnews-sidebar.blade.php#?blade
      • 1x News::frontend.layouts.sidebars.search_formsearch_form.blade.php#?blade
      • 1x News::frontend.layouts.sidebars.content_textcontent_text.blade.php#?blade
      • 1x News::frontend.layouts.sidebars.recent_newsrecent_news.blade.php#?blade
      • 1x News::frontend.layouts.sidebars.categorycategory.blade.php#?blade
      • 1x News::frontend.layouts.sidebars.tagtag.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 news/category/{slug}
      middleware
      web
      controller
      Modules\News\Controllers\CategoryNewsController@index
      namespace
      Modules\News\Controllers
      prefix
      /news
      where
      as
      news.category.index
      file
      modules/News/Controllers/CategoryNewsController.php:18-58
      26 statements were executed (7 duplicates)Show only duplicates74.07ms
      • CategoryNewsController.php#20aarnatours290425_abhi_tNt15.53msselect * from `core_news_category` where `slug` = 'sea-travel' and `core_news_category`.`deleted_at` is null limit 1
        Bindings
        • 0: sea-travel
        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/News/Controllers/CategoryNewsController.php:20
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • HasTranslations.php#51aarnatours290425_abhi_tNt1.45msselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 3 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 3
        • 1: en
        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
        • modules/News/Controllers/CategoryNewsController.php:35
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • CategoryNewsController.php#38aarnatours290425_abhi_tNt1.37msselect count(*) as aggregate from (select `core_news`.* from `core_news` inner join `core_news_category` on `core_news_category`.`id` = `core_news`.`cat_id` and `core_news_category`.`_lft` >= 5 and `core_news_category`.`_rgt` <= 6 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id`) as `aggregate_table`
        Bindings
        • 0: 5
        • 1: 6
        • 2: publish
        Backtrace
        • modules/News/Controllers/CategoryNewsController.php:38
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CategoryNewsController.php#38aarnatours290425_abhi_tNt640μsselect `core_news`.* from `core_news` inner join `core_news_category` on `core_news_category`.`id` = `core_news`.`cat_id` and `core_news_category`.`_lft` >= 5 and `core_news_category`.`_rgt` <= 6 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id` limit 5 offset 0
        Bindings
        • 0: 5
        • 1: 6
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/News/Controllers/CategoryNewsController.php:38
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CategoryNewsController.php#38aarnatours290425_abhi_tNt750μsselect * from `users` where `users`.`id` in (1) and `users`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/News/Controllers/CategoryNewsController.php:38
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CategoryNewsController.php#38aarnatours290425_abhi_tNt440μsselect * from `core_news_category` where `core_news_category`.`id` in (3) and `core_news_category`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/News/Controllers/CategoryNewsController.php:38
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • BaseModel.php#199aarnatours290425_abhi_tNt1.15msselect * from `bravo_seo` where `object_id` = 3 and `object_model` = 'news_category' limit 1
        Bindings
        • 0: 3
        • 1: news_category
        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/BaseModel.php:199
        • app/BaseModel.php:212
        • modules/News/Controllers/CategoryNewsController.php:53
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • HasTranslations.php#51aarnatours290425_abhi_tNt1.22msselect * from `core_news_translations` where `core_news_translations`.`origin_id` = 4 and `core_news_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 4
        • 1: en
        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
        • view::News::frontend.layouts.details.news-loop:3
        • 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_tNt1.25msselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 3 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 3
        • 1: en
        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
        • view::News::frontend.layouts.details.news-loop:16
        • 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
      • User.php#97aarnatours290425_abhi_tNt510μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'social_meta_avatar') limit 1
        Bindings
        • 0: 1
        • 1: social_meta_avatar
        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/User.php:97
        • app/User.php:195
        • view::News::frontend.layouts.details.news-loop:36
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • HasTranslations.php#51aarnatours290425_abhi_tNt480μsselect * from `core_news_translations` where `core_news_translations`.`origin_id` = 7 and `core_news_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 7
        • 1: en
        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
        • view::News::frontend.layouts.details.news-loop:3
        • 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
      • User.php#97aarnatours290425_abhi_tNt590μsselect * from `user_meta` where (`user_id` = 1 and `name` = 'social_meta_avatar') limit 1
        Bindings
        • 0: 1
        • 1: social_meta_avatar
        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/User.php:97
        • app/User.php:195
        • view::News::frontend.layouts.details.news-loop:36
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • recent_news.blade.php#6aarnatours290425_abhi_tNt520μsselect count(*) as aggregate from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null
        Bindings
        • 0: publish
        Backtrace
        • view::News::frontend.layouts.sidebars.recent_news:6
        • 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
      • recent_news.blade.php#6aarnatours290425_abhi_tNt540μsselect * from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null order by `id` desc limit 5 offset 0
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.recent_news:6
        • 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
      • recent_news.blade.php#6aarnatours290425_abhi_tNt470μsselect * from `core_news_category` where `core_news_category`.`id` in (1, 2, 3, 4) and `core_news_category`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.recent_news:6
        • 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
      • recent_news.blade.php#6aarnatours290425_abhi_tNt450μsselect * from `core_news_translations` where `locale` = 'en' and `core_news_translations`.`origin_id` in (4, 5, 6, 7, 8)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.recent_news:6
        • 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
      • HasTranslations.php#51aarnatours290425_abhi_tNt530μsselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 1 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        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
        • view::News::frontend.layouts.sidebars.recent_news:23
        • 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_news_category_translations` where `core_news_category_translations`.`origin_id` = 3 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 3
        • 1: en
        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
        • view::News::frontend.layouts.sidebars.recent_news:23
        • 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_tNt590μsselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 2 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 2
        • 1: en
        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
        • view::News::frontend.layouts.sidebars.recent_news:23
        • 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_tNt480μsselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 4 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 4
        • 1: en
        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
        • view::News::frontend.layouts.sidebars.recent_news:23
        • 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
      • category.blade.php#2aarnatours290425_abhi_tNt540μsselect * from `core_news_category` where `status` = 'publish' and `core_news_category`.`deleted_at` is null
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.category:2
        • 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
      • category.blade.php#2aarnatours290425_abhi_tNt420μsselect * from `core_news_category_translations` where `locale` = 'en' and `core_news_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::News::frontend.layouts.sidebars.category:2
        • 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
      • NewsTag.php#61aarnatours290425_abhi_tNt41.71msselect `core_tags`.* from `core_tags` inner join `core_news_tag` as `nt` on `nt`.`tag_id` = `core_tags`.`id` where `core_tags`.`deleted_at` is null group by `core_tags`.`id` order by RAND()
        Hints
        • ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
        Backtrace
        • modules/News/Models/NewsTag.php:61
        • view::News::frontend.layouts.sidebars.tag:6
        • 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` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        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` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        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_tNt640μ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\News\Models\NewsCategory
      12NewsCategory.php#?
      Modules\News\Models\News
      7News.php#?
      App\User
      1User.php#?
        web
        null
        sanctum
        null
          _token
          E9YF4pFcpz3msVMtsEyzBz5MxlhKGUr0QaIF9szn
          _previous
          array:1 [ "url" => "https://aarnatours.com/news/category/sea-travel" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /news/category/sea-travel
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          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=eyJpdiI6InZrMmdld2dON2dZOUZjQm1CNDNzV2c9PSIsInZhbHVlIjoiaHpVQ1ZrU2tSZHhsdmtrWmtqekdyVkVlVE9zVHlkeE1CUVJrVlFuOFhrNlVuemwvOFE3dUxLNEcwSHlheWVwaDkyQWZsN2YxRVhMZmNYZEg5dGtkLzZXREFKWnd3dHZ0VjVCc3RWdmNUNUdTVWw3NHEyWkVTRy9jQVZmTHAwM3EiLCJtYWMiOiJjZTdhOGRiMzlkYjI3OGMwZTA4YzdlNzFjMGY3MjA1MzJkYzNiZjZjZjViN2E3NWM2NTg1NzFhNDQ5YTc0MWJjIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IlkvZzVQQWZaV3JWTmlJWmF3Ym5KYnc9PSIsInZhbHVlIjoiN2I3Vm5NVjk5elNZMWJBd1hqKzRNdEdaNEx5dHc1VTlOMzRpdGRsQkpia2dIV25ieFdobE5ndnQ5T0JWTEUzV2lWa1V0amZCeEYwN1lpZTIyZnBIYzRzOHF4UzFOZ1NTYTN1YjE5VEppaWZIQUREZVRSZ2JyekJ2dGZaWXRJbUIiLCJtYWMiOiJhNjViZWY2ZGE2ZTAwN2FiYjExNWE4ZDhhNDU1N2U5ZGJkNzI2NjNjYjg2MzE0NzM3MTc0NGEyNjNmZDMxMzE3IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InZrMmdld2dON2dZOUZjQm1CNDNzV2c9PSIsInZhbHVlIjoiaHpVQ1ZrU2tSZHhsdmtrWmtqekdyVkVlVE9zVHlkeE1CUVJrVlFuOFhrNlVuemwvOFE3dUxLNEcwSHlheWVwaDkyQWZsN" ] "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" => "E9YF4pFcpz3msVMtsEyzBz5MxlhKGUr0QaIF9szn" "booking_core_session" => "o9gqKUCPCG5ay4uejxSXzIxemKqtSU13IlXQVrEw" ]
          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, 14 Jun 2025 03:57:41 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImpHUFo1dmpiSjBaUEF3M3pqRlZYWnc9PSIsInZhbHVlIjoiYVE1NEJPKzNwZzlZZWcwcWpxcStaV01uNk9QTlk0OW83TzJOMTZ3M3l5QzZKMnpTZjBJdVF4TmgxSml5SHdRK2F4dXQyVUNTcERhalVkS0U3bFlwa3F0QVd1RFhybm5LZ21ibGVnTFpOcll5OGIwN1RuUTdZZytwY2VnR21YL2ciLCJtYWMiOiJiNjA2Nzg5ZDgwMDBhMzQ3M2E2Yjg1NTQ0YjI0N2ZlYWUxNmZhNjZkNjA5YjAwOTQ0YTJmMTI3Mzc5ZTJhZDFhIiwidGFnIjoiIn0%3D; expires=Sat, 14-Jun-2025 05:57:41 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImpHUFo1dmpiSjBaUEF3M3pqRlZYWnc9PSIsInZhbHVlIjoiYVE1NEJPKzNwZzlZZWcwcWpxcStaV01uNk9QTlk0OW83TzJOMTZ3M3l5QzZKMnpTZjBJdVF4TmgxSml5SHdRK2F4dXQyV" 1 => "booking_core_session=eyJpdiI6IjRqanhYRW8ycTJMTmRnMkcwRTdFQ3c9PSIsInZhbHVlIjoiVUgxNDVMRkVZbTJzak9BSnh6akJ0VSs1MldsTEVyUVVQV29rSjRKcjNHb0NDb3BPelZlUnVyek04UnBobjNZY1oxNEJNUmUydmoya1krNHY0S0VQRzdSRWY0dkQvTGxlN0gxT05wK1JUWUIvSWdmNXh6OFZzN1lpMkF0OUdGbEoiLCJtYWMiOiJhOTg5MTE1ZGY0NDkyZDM0Zjc3NGY4MGNmYTBlNzVmYjgzM2Y1ZTBmNTdkNzAyNTk2ODMyNTI2ZDdjNDdiMDNhIiwidGFnIjoiIn0%3D; expires=Sat, 14-Jun-2025 05:57:41 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IjRqanhYRW8ycTJMTmRnMkcwRTdFQ3c9PSIsInZhbHVlIjoiVUgxNDVMRkVZbTJzak9BSnh6akJ0VSs1MldsTEVyUVVQV29rSjRKcjNHb0NDb3BPelZlUnVyek04UnBobjN" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImpHUFo1dmpiSjBaUEF3M3pqRlZYWnc9PSIsInZhbHVlIjoiYVE1NEJPKzNwZzlZZWcwcWpxcStaV01uNk9QTlk0OW83TzJOMTZ3M3l5QzZKMnpTZjBJdVF4TmgxSml5SHdRK2F4dXQyVUNTcERhalVkS0U3bFlwa3F0QVd1RFhybm5LZ21ibGVnTFpOcll5OGIwN1RuUTdZZytwY2VnR21YL2ciLCJtYWMiOiJiNjA2Nzg5ZDgwMDBhMzQ3M2E2Yjg1NTQ0YjI0N2ZlYWUxNmZhNjZkNjA5YjAwOTQ0YTJmMTI3Mzc5ZTJhZDFhIiwidGFnIjoiIn0%3D; expires=Sat, 14-Jun-2025 05:57:41 GMT; path=/XSRF-TOKEN=eyJpdiI6ImpHUFo1dmpiSjBaUEF3M3pqRlZYWnc9PSIsInZhbHVlIjoiYVE1NEJPKzNwZzlZZWcwcWpxcStaV01uNk9QTlk0OW83TzJOMTZ3M3l5QzZKMnpTZjBJdVF4TmgxSml5SHdRK2F4dXQyV" 1 => "booking_core_session=eyJpdiI6IjRqanhYRW8ycTJMTmRnMkcwRTdFQ3c9PSIsInZhbHVlIjoiVUgxNDVMRkVZbTJzak9BSnh6akJ0VSs1MldsTEVyUVVQV29rSjRKcjNHb0NDb3BPelZlUnVyek04UnBobjNZY1oxNEJNUmUydmoya1krNHY0S0VQRzdSRWY0dkQvTGxlN0gxT05wK1JUWUIvSWdmNXh6OFZzN1lpMkF0OUdGbEoiLCJtYWMiOiJhOTg5MTE1ZGY0NDkyZDM0Zjc3NGY4MGNmYTBlNzVmYjgzM2Y1ZTBmNTdkNzAyNTk2ODMyNTI2ZDdjNDdiMDNhIiwidGFnIjoiIn0%3D; expires=Sat, 14-Jun-2025 05:57:41 GMT; path=/; httponlybooking_core_session=eyJpdiI6IjRqanhYRW8ycTJMTmRnMkcwRTdFQ3c9PSIsInZhbHVlIjoiVUgxNDVMRkVZbTJzak9BSnh6akJ0VSs1MldsTEVyUVVQV29rSjRKcjNHb0NDb3BPelZlUnVyek04UnBobjN" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "E9YF4pFcpz3msVMtsEyzBz5MxlhKGUr0QaIF9szn" "_previous" => array:1 [ "url" => "https://aarnatours.com/news/category/sea-travel" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-14 03:57:41GET/news/category/sea-travel262620