News

Sorry, but nothing matched your search terms. Please try again with some different keywords.
Request history28.2.27PHP Version318msRequest Duration37MBMemory UsageGET ja/news/category/{slug}RouteAuth status
  • warninglog[15:54:31] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (184ms)time
  • Application (134ms)time
  • 1 x Booting (57.83%)
    184ms
    1 x Application (42.17%)
    134ms
    25 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-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.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 ja/news/category/{slug}
    middleware
    web
    controller
    Modules\News\Controllers\CategoryNewsController@index
    namespace
    Modules\News\Controllers
    prefix
    ja/news
    where
    as
    news.category.index
    file
    modules/News/Controllers/CategoryNewsController.php:18-58
    15 statements were executed, 2 of which were duplicates, 13 unique. Show only duplicated8.39ms
    • select * from `core_news_category` where `slug` = 'escorted-tour' and `core_news_category`.`deleted_at` is null limit 12.36msj72lq_dardarkCategoryNewsController.php#20
      Bindings
      • 0: escorted-tour
      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/News/Controllers/CategoryNewsController.php:20
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 6 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'ja' limit 1500μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 6
      • 1: ja
      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. modules/News/Controllers/CategoryNewsController.php:35
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select 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` >= 11 and `core_news_category`.`_rgt` <= 12 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id`) as `aggregate_table`1.28msj72lq_dardarkCategoryNewsController.php#38
      Bindings
      • 0: 11
      • 1: 12
      • 2: publish
      Backtrace
      • 16. modules/News/Controllers/CategoryNewsController.php:38
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `bravo_seo` where `object_id` = 6 and `object_model` = 'news_cat_translation_ja' limit 1590μsj72lq_dardarkBaseModel.php#199
      Bindings
      • 0: 6
      • 1: news_cat_translation_ja
      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. app/BaseModel.php:199
      • 17. app/BaseModel.php:214
      • 18. modules/News/Controllers/CategoryNewsController.php:53
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select count(*) as aggregate from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null460μsj72lq_dardarkrecent_news.blade.php#6
      Bindings
      • 0: publish
      Backtrace
      • 16. view::News::frontend.layouts.sidebars.recent_news:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null order by `id` desc limit 5 offset 0360μsj72lq_dardarkrecent_news.blade.php#6
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 16. view::News::frontend.layouts.sidebars.recent_news:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category` where `core_news_category`.`id` in (2, 3) and `core_news_category`.`deleted_at` is null290μsj72lq_dardarkrecent_news.blade.php#6
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. view::News::frontend.layouts.sidebars.recent_news:6
      • 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
    • select * from `core_news_translations` where `locale` = 'ja' and `core_news_translations`.`origin_id` in (4, 5, 6, 7, 8)250μsj72lq_dardarkrecent_news.blade.php#6
      Bindings
      • 0: ja
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. view::News::frontend.layouts.sidebars.recent_news:6
      • 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
    • select * 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` = 'ja' limit 1250μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 2
      • 1: ja
      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. view::News::frontend.layouts.sidebars.recent_news:23
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * 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` = 'ja' limit 1290μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 3
      • 1: ja
      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. view::News::frontend.layouts.sidebars.recent_news:23
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category` where `status` = 'publish' and `core_news_category`.`deleted_at` is null260μsj72lq_dardarkcategory.blade.php#2
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. view::News::frontend.layouts.sidebars.category:2
      • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category_translations` where `locale` = 'ja' and `core_news_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6)220μsj72lq_dardarkcategory.blade.php#2
      Bindings
      • 0: ja
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::News::frontend.layouts.sidebars.category:2
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `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()510μsj72lq_dardarkNewsTag.php#61
      Hints
      • 0: ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
      Backtrace
      • 15. modules/News/Models/NewsTag.php:61
      • 16. view::News::frontend.layouts.sidebars.tag:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'ja' limit 1480μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: ja
      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:111
      • 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` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'ja' limit 1290μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: ja
      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:111
      • 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
    Modules\News\Models\NewsCategory
    9NewsCategory.php#?
    Modules\News\Models\News
    5News.php#?
    Modules\Core\Models\MenuTranslation
    2MenuTranslation.php#?
      web
      null
      sanctum
      null
        _token
        jroY7MS5YOQ1HWhmYRnNRPKXYbrvQjIDSRxy0cQi
        _previous
        array:1 [ "url" => "https://dardarek.ma/ja/news/category/escorted-tour" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /ja/news/category/escorted-tour
        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 [ "x-forwarded-proto" => array:1 [ 0 => "https" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IndPSmpwVjdDc2xuWE1JODk3SkR1MkE9PSIsInZhbHVlIjoiTkZLUmdnMlJseEZCZngxR0RxTS9POEFhRE8rKzA4TkJtUHVpTHFCUW1pT0xXVWdzbEk3aEVYZTIyZmUreVhHazVpNWxoQmgvemxxaUE5eDMveEJHZTJVOHRobFZuZ2hFRjN3ZngrYnNPL3FpaUczTFRYYkFRRHZlOGwvbFc3K0giLCJtYWMiOiIwNjhiNDc5MWY3NmNjMmVmOTRjOWI4YTNiNTJkNTdhNzFhYzUwMGEyYjlkYWRkYWVlNzYwODAxMjdjMGMwYzAwIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6Ik8yRlFFZkRNSkNHNEV3aldDN0lxRHc9PSIsInZhbHVlIjoiOXVka1BoRTNmOE1sNTI3VXN4VjFBQjl0MXpyS2h1NWE2TlE1T3VldS9yV0NUeEJ2WHkxSG9NcjU2VHFYUEhuWUxHOVd3WGw5UkdHSlZlZFh1YVdwOGdkalhhYmptYkEwUVRha0xCNm41OC9aY1dmRGM4c2picWRUQWJtZi9oZ0EiLCJtYWMiOiI0ODJmMmJjNDc3YTM5YmY0Y2E5ZDQ5ODE0YjUwNzBlODAyNmVlN2E4NGNjZWMxZDE1OTNjNGRmY2M5MWQ0ZGUyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IndPSmpwVjdDc2xuWE1JODk3SkR1MkE9PSIsInZhbHVlIjoiTkZLUmdnMlJseEZCZngxR0RxTS9POEFhRE8rKzA4TkJtUHVpTHFCUW1pT0xXVWdzbEk3aEVYZTIyZmUreVhHazVpNWxoQ" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dardarek.ma" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "jroY7MS5YOQ1HWhmYRnNRPKXYbrvQjIDSRxy0cQi" "booking_core_session" => "XfB7zMEjlnt45wR8hK4sBPE9Wid5cJ1HliXeaHgz" ]
        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, 02 May 2025 14:54:31 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im82elVzQm95MWk5Q3ArUEFiK2JOV1E9PSIsInZhbHVlIjoiZW55MkY0Rm96WGxlcFc3YndBWkVKaHdSeXViSWtyODgrSVVwYW5ydk5SM0I1c1JQczVzdmhCS3lyTjVOYzFoRk42a0xCdmdhcUhqaHNFbnZNbStUME4zejFsZlAvdENhWkl0cGllVGxEb053eDdJbkdlYmYySHdRTERRT3dOVEIiLCJtYWMiOiIwYThhNDRmMDIzMzUwYzhmZjM3MzEwYTg5MWE0ZmEwYzBiNGQ3NjVmNWNmZDk3NTVhYzVlOThkZmRmOTc4MWY1IiwidGFnIjoiIn0%3D; expires=Fri, 02 May 2025 16:54:31 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Im82elVzQm95MWk5Q3ArUEFiK2JOV1E9PSIsInZhbHVlIjoiZW55MkY0Rm96WGxlcFc3YndBWkVKaHdSeXViSWtyODgrSVVwYW5ydk5SM0I1c1JQczVzdmhCS3lyTjVOYzFoRk42a0xCd" 1 => "booking_core_session=eyJpdiI6IjMxTXMvalBnbnEvQlFoTGJneUVhUmc9PSIsInZhbHVlIjoiSWpVaEMrMVlNcGRhd3hGSVJES0dkNXJhV0p4Z0Ezai82V2FhV3cwdUpJM0t2MG9TTTM0b3l6dERLMVJkaE0yYW53ajd2bFlNUzRlb0tjWUhaQ0Y1dmduTDU1SzkyVUExd0dpYjhPVnhRaUprSHYzU0JSZkhuQi9YRmZBektsWHYiLCJtYWMiOiI4ODBkZTAzMTdmZDgwMTIyZmI3M2Q4NDNjODAyZTIxYjAwNjQ2NzdhNDQzYzhjMjY4OTZhYjA3M2M2ODJhMzAwIiwidGFnIjoiIn0%3D; expires=Fri, 02 May 2025 16:54:31 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IjMxTXMvalBnbnEvQlFoTGJneUVhUmc9PSIsInZhbHVlIjoiSWpVaEMrMVlNcGRhd3hGSVJES0dkNXJhV0p4Z0Ezai82V2FhV3cwdUpJM0t2MG9TTTM0b3l6dERLMVJkaE0" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im82elVzQm95MWk5Q3ArUEFiK2JOV1E9PSIsInZhbHVlIjoiZW55MkY0Rm96WGxlcFc3YndBWkVKaHdSeXViSWtyODgrSVVwYW5ydk5SM0I1c1JQczVzdmhCS3lyTjVOYzFoRk42a0xCdmdhcUhqaHNFbnZNbStUME4zejFsZlAvdENhWkl0cGllVGxEb053eDdJbkdlYmYySHdRTERRT3dOVEIiLCJtYWMiOiIwYThhNDRmMDIzMzUwYzhmZjM3MzEwYTg5MWE0ZmEwYzBiNGQ3NjVmNWNmZDk3NTVhYzVlOThkZmRmOTc4MWY1IiwidGFnIjoiIn0%3D; expires=Fri, 02-May-2025 16:54:31 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im82elVzQm95MWk5Q3ArUEFiK2JOV1E9PSIsInZhbHVlIjoiZW55MkY0Rm96WGxlcFc3YndBWkVKaHdSeXViSWtyODgrSVVwYW5ydk5SM0I1c1JQczVzdmhCS3lyTjVOYzFoRk42a0xCd" 1 => "booking_core_session=eyJpdiI6IjMxTXMvalBnbnEvQlFoTGJneUVhUmc9PSIsInZhbHVlIjoiSWpVaEMrMVlNcGRhd3hGSVJES0dkNXJhV0p4Z0Ezai82V2FhV3cwdUpJM0t2MG9TTTM0b3l6dERLMVJkaE0yYW53ajd2bFlNUzRlb0tjWUhaQ0Y1dmduTDU1SzkyVUExd0dpYjhPVnhRaUprSHYzU0JSZkhuQi9YRmZBektsWHYiLCJtYWMiOiI4ODBkZTAzMTdmZDgwMTIyZmI3M2Q4NDNjODAyZTIxYjAwNjQ2NzdhNDQzYzhjMjY4OTZhYjA3M2M2ODJhMzAwIiwidGFnIjoiIn0%3D; expires=Fri, 02-May-2025 16:54:31 GMT; path=/; httponlybooking_core_session=eyJpdiI6IjMxTXMvalBnbnEvQlFoTGJneUVhUmc9PSIsInZhbHVlIjoiSWpVaEMrMVlNcGRhd3hGSVJES0dkNXJhV0p4Z0Ezai82V2FhV3cwdUpJM0t2MG9TTTM0b3l6dERLMVJkaE0" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "jroY7MS5YOQ1HWhmYRnNRPKXYbrvQjIDSRxy0cQi" "_previous" => array:1 [ "url" => "https://dardarek.ma/ja/news/category/escorted-tour" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-02 15:54:31GET/en/news/category/escorted-tour?set_lang=ja (stacked)
        #22025-05-02 15:54:31GET/ja/news/category/escorted-tour1251516