News

The day on Paris

The day on Paris

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
A Seaside Reset in Laguna Beach

A Seaside Reset in Laguna Beach

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.14sRequest Duration37MBMemory UsageGET egy/news/category/{slug}RouteAuth status
    • Booting (543ms)time
    • Application (600ms)time
    • 1 x Application (52.52%)
      600ms
      1 x Booting (47.48%)
      543ms
      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 egy/news/category/{slug}
      middleware
      web
      controller
      Modules\News\Controllers\CategoryNewsController@index
      namespace
      Modules\News\Controllers
      prefix
      egy/news
      where
      as
      news.category.index
      file
      modules/News/Controllers/CategoryNewsController.php:18-58
      26 statements were executed (7 duplicates)Show only duplicates21.55ms
      • CategoryNewsController.php#20aarnatours290425_abhi_tNt3.42msselect * from `core_news_category` where `slug` = 'ecotourism' and `core_news_category`.`deleted_at` is null limit 1
        Bindings
        • 0: ecotourism
        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_tNt510μ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` = 'egy' limit 1
        Bindings
        • 0: 2
        • 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
        • 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.8msselect 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` >= 3 and `core_news_category`.`_rgt` <= 4 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id`) as `aggregate_table`
        Bindings
        • 0: 3
        • 1: 4
        • 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_tNt1.18msselect `core_news`.* from `core_news` inner join `core_news_category` on `core_news_category`.`id` = `core_news`.`cat_id` and `core_news_category`.`_lft` >= 3 and `core_news_category`.`_rgt` <= 4 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id` limit 5 offset 0
        Bindings
        • 0: 3
        • 1: 4
        • 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_tNt820μ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_tNt520μsselect * from `core_news_category` where `core_news_category`.`id` in (2) 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_tNt570μsselect * from `bravo_seo` where `object_id` = 2 and `object_model` = 'news_cat_translation_egy' limit 1
        Bindings
        • 0: 2
        • 1: news_cat_translation_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/BaseModel.php:199
        • app/BaseModel.php:214
        • 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_tNt730μsselect * from `core_news_translations` where `core_news_translations`.`origin_id` = 1 and `core_news_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
        • 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_tNt460μ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` = 'egy' limit 1
        Bindings
        • 0: 2
        • 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
        • 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_tNt610μ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_tNt680μsselect * from `core_news_translations` where `core_news_translations`.`origin_id` = 6 and `core_news_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 6
        • 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
        • 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_tNt450μ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_tNt590μ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_tNt620μ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_tNt660μ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_tNt590μsselect * from `core_news_translations` where `locale` = 'egy' and `core_news_translations`.`origin_id` in (4, 5, 6, 7, 8)
        Bindings
        • 0: egy
        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_tNt550μ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` = '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
        • 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_tNt510μ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` = 'egy' limit 1
        Bindings
        • 0: 3
        • 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
        • 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_tNt1.04msselect * 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` = 'egy' limit 1
        Bindings
        • 0: 2
        • 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
        • 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_tNt720μ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` = 'egy' limit 1
        Bindings
        • 0: 4
        • 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
        • 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_tNt610μ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_tNt480μsselect * from `core_news_category_translations` where `locale` = 'egy' and `core_news_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6)
        Bindings
        • 0: egy
        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_tNt650μsselect `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_tNt820μ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_tNt1.11msselect * 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_tNt850μ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#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      App\User
      1User.php#?
        web
        null
        sanctum
        null
          _token
          W8zQgYyAwlr6QSkhzJzm3CcmAfZmSo582XPyWcpr
          _previous
          array:1 [ "url" => "https://aarnatours.com/egy/news/category/ecotourism" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /egy/news/category/ecotourism
          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=eyJpdiI6Im9KQ3ZyTEVzM2hXNXI1Y1pXR0ZiOGc9PSIsInZhbHVlIjoidDRzNXdnZEk0VFJLUDluM0gxNCt6N2RRNDlWdklOYlFERXErbHk0UVIwa2RkRlZ3N2RTTjZ5M2lzZ0wvNDlmalE1NUkrTXpIdzNvWmd2b3FkS1B3cmdwSE1mWE5UdnF4NWpoK0hFU1h1UXgrYTIwOGVyelRISjk4eCtwVnJEZk4iLCJtYWMiOiI0MWJiNGRhOGNiNmI4OTRmZDExY2Y0ODI5MWM4Yjk5ZmNmYjMyMjU2OGQ5OTdhZmNiYjQyNWE3OTRhYzRiYWViIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IjA3QXp4VzUrMXdkeDRlaDBMbWNNQUE9PSIsInZhbHVlIjoiTnF6T2duV0NOb2RPWUZBOE5QSDBEYnR6NkIyVjNvRGN4ZU5YMWlPTWNyOXh3M3JaWVZzekRTYzR1aFdMUDAwYXRsWktudzJnUnEyUW9IdXNUY0M0WFFnb2JvRjFQRXBsdC96RS9RT2crcE8vVlArNGtxVGVLOXp4UjhFZjlCQlYiLCJtYWMiOiJjYThlMDUzYzJmZjYzMzZhMzgyMDcyNTkyMGQxOTg3YzY1NjFlYzJkNDcyZWI1YTk5MGQxZDA2ZTBkN2VlYTQ4IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Im9KQ3ZyTEVzM2hXNXI1Y1pXR0ZiOGc9PSIsInZhbHVlIjoidDRzNXdnZEk0VFJLUDluM0gxNCt6N2RRNDlWdklOYlFERXErbHk0UVIwa2RkRlZ3N2RTTjZ5M2lzZ0wvNDlmalE1NUkrT" ] "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" => "W8zQgYyAwlr6QSkhzJzm3CcmAfZmSo582XPyWcpr" "booking_core_session" => "E2fl6G0LYbwIrgMO615USE9GbsEvOfvaKRVNYasm" ]
          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 => "Fri, 13 Jun 2025 04:35:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFiaE1FcFkyYXFMZHRYc2tMVXR4dVE9PSIsInZhbHVlIjoiRG9rb3c5N3h2TElMa0YwY1FGQWlON29LVTViRWxSTVptWk9zU0JneExMV29Pa01JMEtQOTR2RWtRMnFHUWhOMHFPUUFhTjBJUDMvL1hXc3IrQkxPajhVOGs1ZUUvZ1BOM0haQUxYb1ZLQkp6a1pSWFRlaE5EaHNuc1lKVUtDak4iLCJtYWMiOiJlZTg5N2NmZTYxZTk5YWQ1MTYyYTUyMmM0NDJjZDE5MGM1YWIzYjdiY2Y0MjQ2NjBhZmMzODhkMDI2ZDg4ZDg3IiwidGFnIjoiIn0%3D; expires=Fri, 13-Jun-2025 06:35:01 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlFiaE1FcFkyYXFMZHRYc2tMVXR4dVE9PSIsInZhbHVlIjoiRG9rb3c5N3h2TElMa0YwY1FGQWlON29LVTViRWxSTVptWk9zU0JneExMV29Pa01JMEtQOTR2RWtRMnFHUWhOMHFPUUFhT" 1 => "booking_core_session=eyJpdiI6IlA1Mmh2NmxSM0ZhR0d1MWtFVjBqWmc9PSIsInZhbHVlIjoibThWZlRFbVZmNnlMVzU4akZtVDREUUkvb210ZTZOM2VhWDE2RjdMOVVWRXR1aXJqK2lDa1F5a1NqQnhOeVBkL2phaWxhRXp6Wk9ieVVDRHJnR2tIelJ2YVJYbVlxb3NSNlJLbmxXVHZJT0hxUzBieU5kZ3pocWFMYXQ5K0dmaTMiLCJtYWMiOiJmYzlhN2U5ZTBhOGYyOGEyYjcyZDM0NTZkNTcwNmJkODQzYjBjMjAyNzk2NjU4OTFhNjYxM2VmOWVhYjA3MTkxIiwidGFnIjoiIn0%3D; expires=Fri, 13-Jun-2025 06:35:01 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IlA1Mmh2NmxSM0ZhR0d1MWtFVjBqWmc9PSIsInZhbHVlIjoibThWZlRFbVZmNnlMVzU4akZtVDREUUkvb210ZTZOM2VhWDE2RjdMOVVWRXR1aXJqK2lDa1F5a1NqQnhOeVB" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFiaE1FcFkyYXFMZHRYc2tMVXR4dVE9PSIsInZhbHVlIjoiRG9rb3c5N3h2TElMa0YwY1FGQWlON29LVTViRWxSTVptWk9zU0JneExMV29Pa01JMEtQOTR2RWtRMnFHUWhOMHFPUUFhTjBJUDMvL1hXc3IrQkxPajhVOGs1ZUUvZ1BOM0haQUxYb1ZLQkp6a1pSWFRlaE5EaHNuc1lKVUtDak4iLCJtYWMiOiJlZTg5N2NmZTYxZTk5YWQ1MTYyYTUyMmM0NDJjZDE5MGM1YWIzYjdiY2Y0MjQ2NjBhZmMzODhkMDI2ZDg4ZDg3IiwidGFnIjoiIn0%3D; expires=Fri, 13-Jun-2025 06:35:01 GMT; path=/XSRF-TOKEN=eyJpdiI6IlFiaE1FcFkyYXFMZHRYc2tMVXR4dVE9PSIsInZhbHVlIjoiRG9rb3c5N3h2TElMa0YwY1FGQWlON29LVTViRWxSTVptWk9zU0JneExMV29Pa01JMEtQOTR2RWtRMnFHUWhOMHFPUUFhT" 1 => "booking_core_session=eyJpdiI6IlA1Mmh2NmxSM0ZhR0d1MWtFVjBqWmc9PSIsInZhbHVlIjoibThWZlRFbVZmNnlMVzU4akZtVDREUUkvb210ZTZOM2VhWDE2RjdMOVVWRXR1aXJqK2lDa1F5a1NqQnhOeVBkL2phaWxhRXp6Wk9ieVVDRHJnR2tIelJ2YVJYbVlxb3NSNlJLbmxXVHZJT0hxUzBieU5kZ3pocWFMYXQ5K0dmaTMiLCJtYWMiOiJmYzlhN2U5ZTBhOGYyOGEyYjcyZDM0NTZkNTcwNmJkODQzYjBjMjAyNzk2NjU4OTFhNjYxM2VmOWVhYjA3MTkxIiwidGFnIjoiIn0%3D; expires=Fri, 13-Jun-2025 06:35:01 GMT; path=/; httponlybooking_core_session=eyJpdiI6IlA1Mmh2NmxSM0ZhR0d1MWtFVjBqWmc9PSIsInZhbHVlIjoibThWZlRFbVZmNnlMVzU4akZtVDREUUkvb210ZTZOM2VhWDE2RjdMOVVWRXR1aXJqK2lDa1F5a1NqQnhOeVB" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "W8zQgYyAwlr6QSkhzJzm3CcmAfZmSo582XPyWcpr" "_previous" => array:1 [ "url" => "https://aarnatours.com/egy/news/category/ecotourism" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-13 04:35:01GET/egy/news/category/ecotourism262622