toast-success
toast-warning
toast-error
toast-info
Success

Here goes about why the success toast occurred.

toast-success
toast-warning
toast-error
toast-info
Success

Here goes about why the success toast occurred.

Request history8.2.27PHP Version219msRequest Duration16MBMemory UsageGET news/{slug}RouteAuth status
    • Booting (52.24ms)time
    • Application (166ms)time
    • 1 x Application (76.09%)
      166ms
      1 x Booting (23.9%)
      52.24ms
      13 templates were rendered
      • 1x News::frontend.detaildetail.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.headerheader.blade.php#?blade
      • 1x Layout::parts.new-footernew-footer.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 Layout::parts.cookie-consent-initcookie-consent-init.blade.php#?blade
      • 1x demo_scriptdemo_script.blade.php#?blade
      uri
      GET news/{slug}
      middleware
      web, track.article.views
      controller
      Modules\News\Controllers\NewsController@detail
      namespace
      Modules\News\Controllers
      prefix
      /news
      where
      as
      news.detail
      file
      modules/News/Controllers/NewsController.php:75-109
      107 statements were executed (70 duplicates)Show only duplicates43.68ms
      • TrackArticleViews.php#29u687288259_testingsecond2.27msselect * from `core_news` where `slug` = 'how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival' limit 1
        Bindings
        • 0: how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival
        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
        • middleware::track.article.views:29
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • app/Http/Middleware/RequireChangePassword.php:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • app/Http/Middleware/SetLanguageForAdmin.php:37
      • BaseModel.php#127u687288259_testingsecond240μsselect count(*) as aggregate from `core_news` where `id` <> 25 and `slug` = 'how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival'
        Bindings
        • 0: 25
        • 1: how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival
        Backtrace
        • app/BaseModel.php:127
        • app/BaseModel.php:77
        • middleware::track.article.views:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • app/Http/Middleware/RequireChangePassword.php:41
      • BaseModel.php#95u687288259_testingsecond300μsupdate `core_news` set `views_count` = 73, `core_news`.`updated_at` = '2025-05-14 16:00:29' where `id` = 25
        Bindings
        • 0: 73
        • 1: 2025-05-14 16:00:29
        • 2: 25
        Backtrace
        • app/BaseModel.php:95
        • middleware::track.article.views:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • app/Http/Middleware/RequireChangePassword.php:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
      • NewsController.php#77u687288259_testingsecond340μsselect * from `core_news` where `slug` = 'how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival' and `status` = 'publish' limit 1
        Bindings
        • 0: how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival
        • 1: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/News/Controllers/NewsController.php:77
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • NewsController.php#84u687288259_testingsecond270μsselect * from `core_news` where `cat_id` = 1 and `status` = 'publish' and `id` not in (25) limit 4
        Bindings
        • 0: 1
        • 1: publish
        • 2: 25
        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/NewsController.php:84
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • NewsController.php#84u687288259_testingsecond240μsselect * from `core_news_translations` where `locale` = 'en' and `core_news_translations`.`origin_id` in (9, 12, 13, 14)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/News/Controllers/NewsController.php:84
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • BaseModel.php#236u687288259_testingsecond450μsselect * from `bravo_seo` where `object_id` = 25 and `object_model` = 'news' limit 1
        Bindings
        • 0: 25
        • 1: news
        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:236
        • app/BaseModel.php:249
        • modules/News/Controllers/NewsController.php:105
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • News.php#342u687288259_testingsecond250μsselect * from `core_templates` where `core_templates`.`id` = 65 and `core_templates`.`id` is not null limit 1
        Bindings
        • 0: 65
        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/Models/News.php:342
        • view::News::frontend.detail:12
        • 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#1290u687288259_testingsecond440μsselect count(*) as aggregate from `bravo_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: publish
        Backtrace
        • app/Helpers/AppHelper.php:1290
        • 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
      • AppHelper.php#1290u687288259_testingsecond1.56msselect * from `bravo_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 20 offset 0
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Helpers/AppHelper.php:1290
        • 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
      • MenuWalker.php#162u687288259_testingsecond330μsselect * from `menu_icons` where `title_menu` = 'Trekking' limit 1
        Bindings
        • 0: Trekking
        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/Core/Walkers/MenuWalker.php:162
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#305u687288259_testingsecond330μsselect * from `bravo_regions` where `bravo_regions`.`id` = 18 limit 1
        Bindings
        • 0: 18
        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/Core/Walkers/MenuWalker.php:305
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond380μsselect `bravo_activities`.*, `activity_region_pivot`.`region_id` as `pivot_region_id`, `activity_region_pivot`.`activity_id` as `pivot_activity_id` from `bravo_activities` inner join `activity_region_pivot` on `bravo_activities`.`id` = `activity_region_pivot`.`activity_id` where `activity_region_pivot`.`region_id` = 18
        Bindings
        • 0: 18
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond1.3msselect `bravo_tours`.*, `tour_region_pivot`.`region_id` as `pivot_region_id`, `tour_region_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_region_pivot` on `bravo_tours`.`id` = `tour_region_pivot`.`tour_id` where `tour_region_pivot`.`region_id` = 18 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 18
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond380μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (23, 30, 32, 51, 52, 53, 54, 55, 60, 61, 62, 63, 101)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#384u687288259_testingsecond3.16msselect `bravo_tours`.*, `tour_activity_pivot`.`activity_id` as `pivot_activity_id`, `tour_activity_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_activity_pivot` on `bravo_tours`.`id` = `tour_activity_pivot`.`tour_id` where `tour_activity_pivot`.`activity_id` = 11 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 11
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:384
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#384u687288259_testingsecond410μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (2, 23, 24, 25, 28, 30, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:384
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#479u687288259_testingsecond380μsselect `travel_information`.*, `region_travelinformation_pivot_table`.`region_id` as `pivot_region_id`, `region_travelinformation_pivot_table`.`travelinformation_id` as `pivot_travelinformation_id` from `travel_information` inner join `region_travelinformation_pivot_table` on `travel_information`.`id` = `region_travelinformation_pivot_table`.`travelinformation_id` where `region_travelinformation_pivot_table`.`region_id` = 18
        Bindings
        • 0: 18
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:479
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • FileHelper.php#493u687288259_testingsecond310μsselect * from `media_files` where `media_files`.`id` = '408' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 408
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond290μsselect * from `media_files` where `media_files`.`id` = '408' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 408
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#493u687288259_testingsecond280μsselect * from `media_files` where `media_files`.`id` = '408' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 408
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond280μsselect * from `media_files` where `media_files`.`id` = '408' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 408
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • MenuWalker.php#305u687288259_testingsecond330μsselect * from `bravo_regions` where `bravo_regions`.`id` = 19 limit 1
        Bindings
        • 0: 19
        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/Core/Walkers/MenuWalker.php:305
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond340μsselect `bravo_activities`.*, `activity_region_pivot`.`region_id` as `pivot_region_id`, `activity_region_pivot`.`activity_id` as `pivot_activity_id` from `bravo_activities` inner join `activity_region_pivot` on `bravo_activities`.`id` = `activity_region_pivot`.`activity_id` where `activity_region_pivot`.`region_id` = 19
        Bindings
        • 0: 19
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond930μsselect `bravo_tours`.*, `tour_region_pivot`.`region_id` as `pivot_region_id`, `tour_region_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_region_pivot` on `bravo_tours`.`id` = `tour_region_pivot`.`tour_id` where `tour_region_pivot`.`region_id` = 19 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 19
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond340μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (25, 42, 43, 44, 46, 47, 48, 49, 50)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#384u687288259_testingsecond2.74msselect `bravo_tours`.*, `tour_activity_pivot`.`activity_id` as `pivot_activity_id`, `tour_activity_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_activity_pivot` on `bravo_tours`.`id` = `tour_activity_pivot`.`tour_id` where `tour_activity_pivot`.`activity_id` = 11 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 11
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:384
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#384u687288259_testingsecond420μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (2, 23, 24, 25, 28, 30, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:384
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#479u687288259_testingsecond380μsselect `travel_information`.*, `region_travelinformation_pivot_table`.`region_id` as `pivot_region_id`, `region_travelinformation_pivot_table`.`travelinformation_id` as `pivot_travelinformation_id` from `travel_information` inner join `region_travelinformation_pivot_table` on `travel_information`.`id` = `region_travelinformation_pivot_table`.`travelinformation_id` where `region_travelinformation_pivot_table`.`region_id` = 19
        Bindings
        • 0: 19
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:479
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • FileHelper.php#493u687288259_testingsecond290μsselect * from `media_files` where `media_files`.`id` = '410' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 410
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond290μsselect * from `media_files` where `media_files`.`id` = '410' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 410
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#493u687288259_testingsecond320μsselect * from `media_files` where `media_files`.`id` = '410' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 410
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond290μsselect * from `media_files` where `media_files`.`id` = '410' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 410
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#493u687288259_testingsecond280μsselect * from `media_files` where `media_files`.`id` = '411' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 411
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond290μsselect * from `media_files` where `media_files`.`id` = '411' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 411
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#493u687288259_testingsecond280μsselect * from `media_files` where `media_files`.`id` = '408' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 408
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond290μsselect * from `media_files` where `media_files`.`id` = '408' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 408
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • MenuWalker.php#305u687288259_testingsecond300μsselect * from `bravo_regions` where `bravo_regions`.`id` = 23 limit 1
        Bindings
        • 0: 23
        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/Core/Walkers/MenuWalker.php:305
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond290μsselect `bravo_activities`.*, `activity_region_pivot`.`region_id` as `pivot_region_id`, `activity_region_pivot`.`activity_id` as `pivot_activity_id` from `bravo_activities` inner join `activity_region_pivot` on `bravo_activities`.`id` = `activity_region_pivot`.`activity_id` where `activity_region_pivot`.`region_id` = 23
        Bindings
        • 0: 23
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond460μsselect `bravo_tours`.*, `tour_region_pivot`.`region_id` as `pivot_region_id`, `tour_region_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_region_pivot` on `bravo_tours`.`id` = `tour_region_pivot`.`tour_id` where `tour_region_pivot`.`region_id` = 23 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 23
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond250μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (77)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#479u687288259_testingsecond280μsselect `travel_information`.*, `region_travelinformation_pivot_table`.`region_id` as `pivot_region_id`, `region_travelinformation_pivot_table`.`travelinformation_id` as `pivot_travelinformation_id` from `travel_information` inner join `region_travelinformation_pivot_table` on `travel_information`.`id` = `region_travelinformation_pivot_table`.`travelinformation_id` where `region_travelinformation_pivot_table`.`region_id` = 23
        Bindings
        • 0: 23
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:479
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • FileHelper.php#493u687288259_testingsecond220μsselect * from `media_files` where `media_files`.`id` = '410' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 410
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '410' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 410
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#493u687288259_testingsecond240μsselect * from `media_files` where `media_files`.`id` = '410' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 410
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond230μsselect * from `media_files` where `media_files`.`id` = '410' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 410
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • MenuWalker.php#305u687288259_testingsecond210μsselect * from `bravo_regions` where `bravo_regions`.`id` = 22 limit 1
        Bindings
        • 0: 22
        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/Core/Walkers/MenuWalker.php:305
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond240μsselect `bravo_activities`.*, `activity_region_pivot`.`region_id` as `pivot_region_id`, `activity_region_pivot`.`activity_id` as `pivot_activity_id` from `bravo_activities` inner join `activity_region_pivot` on `bravo_activities`.`id` = `activity_region_pivot`.`activity_id` where `activity_region_pivot`.`region_id` = 22
        Bindings
        • 0: 22
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond560μsselect `bravo_tours`.*, `tour_region_pivot`.`region_id` as `pivot_region_id`, `tour_region_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_region_pivot` on `bravo_tours`.`id` = `tour_region_pivot`.`tour_id` where `tour_region_pivot`.`region_id` = 22 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 22
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#375u687288259_testingsecond270μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (27, 74, 75, 76)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:375
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#479u687288259_testingsecond260μsselect `travel_information`.*, `region_travelinformation_pivot_table`.`region_id` as `pivot_region_id`, `region_travelinformation_pivot_table`.`travelinformation_id` as `pivot_travelinformation_id` from `travel_information` inner join `region_travelinformation_pivot_table` on `travel_information`.`id` = `region_travelinformation_pivot_table`.`travelinformation_id` where `region_travelinformation_pivot_table`.`region_id` = 22
        Bindings
        • 0: 22
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:479
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • FileHelper.php#493u687288259_testingsecond240μsselect * from `media_files` where `media_files`.`id` = '412' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 412
        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/Media/Helpers/FileHelper.php:493
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • FileHelper.php#532u687288259_testingsecond240μsselect * from `media_files` where `media_files`.`id` = '412' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 412
        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/Media/Helpers/FileHelper.php:532
        • modules/Core/Walkers/MenuWalker.php:484
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • MenuWalker.php#162u687288259_testingsecond250μsselect * from `menu_icons` where `title_menu` = 'Activities' limit 1
        Bindings
        • 0: Activities
        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/Core/Walkers/MenuWalker.php:162
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#207u687288259_testingsecond250μsselect * from `bravo_activities` where `bravo_activities`.`id` = 27 limit 1
        Bindings
        • 0: 27
        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/Core/Walkers/MenuWalker.php:207
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#215u687288259_testingsecond180μsselect * from `bravo_activities` where `bravo_activities`.`id` = 27 limit 1
        Bindings
        • 0: 27
        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/Core/Walkers/MenuWalker.php:215
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#207u687288259_testingsecond260μsselect * from `bravo_activities` where `bravo_activities`.`id` = 21 limit 1
        Bindings
        • 0: 21
        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/Core/Walkers/MenuWalker.php:207
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#215u687288259_testingsecond240μsselect * from `bravo_activities` where `bravo_activities`.`id` = 21 limit 1
        Bindings
        • 0: 21
        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/Core/Walkers/MenuWalker.php:215
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#207u687288259_testingsecond280μsselect * from `bravo_activities` where `bravo_activities`.`id` = 11 limit 1
        Bindings
        • 0: 11
        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/Core/Walkers/MenuWalker.php:207
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#215u687288259_testingsecond270μsselect * from `bravo_activities` where `bravo_activities`.`id` = 11 limit 1
        Bindings
        • 0: 11
        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/Core/Walkers/MenuWalker.php:215
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#216u687288259_testingsecond2.97msselect `bravo_tours`.*, `tour_activity_pivot`.`activity_id` as `pivot_activity_id`, `tour_activity_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_activity_pivot` on `bravo_tours`.`id` = `tour_activity_pivot`.`tour_id` where `tour_activity_pivot`.`activity_id` = 11 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 11
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:216
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#216u687288259_testingsecond340μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (2, 23, 24, 25, 28, 30, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:216
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#207u687288259_testingsecond200μsselect * from `bravo_activities` where `bravo_activities`.`id` = 26 limit 1
        Bindings
        • 0: 26
        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/Core/Walkers/MenuWalker.php:207
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#215u687288259_testingsecond180μsselect * from `bravo_activities` where `bravo_activities`.`id` = 26 limit 1
        Bindings
        • 0: 26
        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/Core/Walkers/MenuWalker.php:215
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#207u687288259_testingsecond180μsselect * from `bravo_activities` where `bravo_activities`.`id` = 24 limit 1
        Bindings
        • 0: 24
        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/Core/Walkers/MenuWalker.php:207
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#215u687288259_testingsecond220μsselect * from `bravo_activities` where `bravo_activities`.`id` = 24 limit 1
        Bindings
        • 0: 24
        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/Core/Walkers/MenuWalker.php:215
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#207u687288259_testingsecond290μsselect * from `bravo_activities` where `bravo_activities`.`id` = 42 limit 1
        Bindings
        • 0: 42
        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/Core/Walkers/MenuWalker.php:207
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#215u687288259_testingsecond220μsselect * from `bravo_activities` where `bravo_activities`.`id` = 42 limit 1
        Bindings
        • 0: 42
        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/Core/Walkers/MenuWalker.php:215
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#216u687288259_testingsecond350μsselect `bravo_tours`.*, `tour_activity_pivot`.`activity_id` as `pivot_activity_id`, `tour_activity_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_activity_pivot` on `bravo_tours`.`id` = `tour_activity_pivot`.`tour_id` where `tour_activity_pivot`.`activity_id` = 42 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 42
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:216
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#207u687288259_testingsecond220μsselect * from `bravo_activities` where `bravo_activities`.`id` = 43 limit 1
        Bindings
        • 0: 43
        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/Core/Walkers/MenuWalker.php:207
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#215u687288259_testingsecond210μsselect * from `bravo_activities` where `bravo_activities`.`id` = 43 limit 1
        Bindings
        • 0: 43
        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/Core/Walkers/MenuWalker.php:215
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#216u687288259_testingsecond360μsselect `bravo_tours`.*, `tour_activity_pivot`.`activity_id` as `pivot_activity_id`, `tour_activity_pivot`.`tour_id` as `pivot_tour_id` from `bravo_tours` inner join `tour_activity_pivot` on `bravo_tours`.`id` = `tour_activity_pivot`.`tour_id` where `tour_activity_pivot`.`activity_id` = 43 and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 43
        Backtrace
        • modules/Core/Walkers/MenuWalker.php:216
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#162u687288259_testingsecond220μsselect * from `menu_icons` where `title_menu` = 'Hotels' limit 1
        Bindings
        • 0: Hotels
        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/Core/Walkers/MenuWalker.php:162
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#162u687288259_testingsecond210μsselect * from `menu_icons` where `title_menu` = 'Articles' limit 1
        Bindings
        • 0: Articles
        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/Core/Walkers/MenuWalker.php:162
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#162u687288259_testingsecond230μsselect * from `menu_icons` where `title_menu` = 'Travel Information' limit 1
        Bindings
        • 0: Travel Information
        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/Core/Walkers/MenuWalker.php:162
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#107u687288259_testingsecond270μsselect * from `bravo_locations` where `bravo_locations`.`id` = 4 and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: 4
        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/Core/Walkers/MenuWalker.php:107
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • MenuWalker.php#162u687288259_testingsecond200μsselect * from `menu_icons` where `title_menu` = 'Nepal' limit 1
        Bindings
        • 0: Nepal
        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/Core/Walkers/MenuWalker.php:162
        • modules/Core/Walkers/MenuWalker.php:37
        • app/Helpers/AppHelper.php:117
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • AppHelper.php#1290u687288259_testingsecond370μsselect count(*) as aggregate from `bravo_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: publish
        Backtrace
        • app/Helpers/AppHelper.php:1290
        • 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
      • AppHelper.php#1290u687288259_testingsecond1.17msselect * from `bravo_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 20 offset 0
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Helpers/AppHelper.php:1290
        • 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
      • FileHelper.php#493u687288259_testingsecond290μsselect * from `media_files` where `media_files`.`id` = '480' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 480
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:43
        • 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
      • FileHelper.php#532u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '480' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 480
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:44
        • 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
      • FileHelper.php#493u687288259_testingsecond220μsselect * from `media_files` where `media_files`.`id` = '381' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 381
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:43
        • 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
      • FileHelper.php#532u687288259_testingsecond220μsselect * from `media_files` where `media_files`.`id` = '381' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 381
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:44
        • 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
      • FileHelper.php#493u687288259_testingsecond220μsselect * from `media_files` where `media_files`.`id` = '383' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 383
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:43
        • 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
      • FileHelper.php#532u687288259_testingsecond210μsselect * from `media_files` where `media_files`.`id` = '383' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 383
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:44
        • 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
      • FileHelper.php#493u687288259_testingsecond280μsselect * from `media_files` where `media_files`.`id` = '384' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 384
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:43
        • 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
      • FileHelper.php#532u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '384' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 384
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:44
        • 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
      • FileHelper.php#493u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '382' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 382
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:43
        • 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
      • FileHelper.php#532u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '382' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 382
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:44
        • 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
      • FileHelper.php#493u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '444' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 444
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:217
        • 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
      • FileHelper.php#532u687288259_testingsecond270μsselect * from `media_files` where `media_files`.`id` = '444' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 444
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:218
        • 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
      • FileHelper.php#493u687288259_testingsecond270μsselect * from `media_files` where `media_files`.`id` = '445' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 445
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:217
        • 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
      • FileHelper.php#532u687288259_testingsecond280μsselect * from `media_files` where `media_files`.`id` = '445' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 445
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:218
        • 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
      • FileHelper.php#493u687288259_testingsecond230μsselect * from `media_files` where `media_files`.`id` = '437' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 437
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:217
        • 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
      • FileHelper.php#532u687288259_testingsecond230μsselect * from `media_files` where `media_files`.`id` = '437' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 437
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:218
        • 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
      • FileHelper.php#493u687288259_testingsecond230μsselect * from `media_files` where `media_files`.`id` = '438' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 438
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:217
        • 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
      • FileHelper.php#532u687288259_testingsecond220μsselect * from `media_files` where `media_files`.`id` = '438' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 438
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:218
        • 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
      • FileHelper.php#493u687288259_testingsecond240μsselect * from `media_files` where `media_files`.`id` = '440' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 440
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:217
        • 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
      • FileHelper.php#532u687288259_testingsecond250μsselect * from `media_files` where `media_files`.`id` = '440' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 440
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:218
        • 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
      • FileHelper.php#493u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '460' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 460
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:240
        • 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
      • FileHelper.php#532u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '460' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 460
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:241
        • 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
      • FileHelper.php#493u687288259_testingsecond250μsselect * from `media_files` where `media_files`.`id` = '459' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 459
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:240
        • 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
      • FileHelper.php#532u687288259_testingsecond250μsselect * from `media_files` where `media_files`.`id` = '459' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 459
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:241
        • 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
      • FileHelper.php#493u687288259_testingsecond260μsselect * from `media_files` where `media_files`.`id` = '458' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 458
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:240
        • 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
      • FileHelper.php#532u687288259_testingsecond250μsselect * from `media_files` where `media_files`.`id` = '458' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 458
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:241
        • 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
      • FileHelper.php#493u687288259_testingsecond250μsselect * from `media_files` where `media_files`.`id` = '457' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 457
        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/Media/Helpers/FileHelper.php:493
        • view::Layout::parts.new-footer:240
        • 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
      • FileHelper.php#532u687288259_testingsecond250μsselect * from `media_files` where `media_files`.`id` = '457' and `media_files`.`deleted_at` is null limit 1
        Bindings
        • 0: 457
        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/Media/Helpers/FileHelper.php:532
        • view::Layout::parts.new-footer:241
        • 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
      Modules\Tour\Models\Tour
      229Tour.php#?
      Modules\Media\Models\MediaFile
      46MediaFile.php#?
      Modules\Tour\Models\TourTranslation
      12TourTranslation.php#?
      Modules\TravelInformation\Models\TravelInformation
      9TravelInformation.php#?
      Modules\Activity\Models\Activity
      8Activity.php#?
      Modules\News\Models\News
      6News.php#?
      App\Models\MenuIcon
      6MenuIcon.php#?
      Modules\Region\Models\Region
      4Region.php#?
      Modules\Core\Models\SEO
      1SEO.php#?
      Modules\Template\Models\Template
      1Template.php#?
      Modules\Location\Models\Location
      1Location.php#?
        web
        null
        sanctum
        null
          _token
          o9rjXpAhtsM1yb3wWVJb5mhH7WUhxHoIKy8wseaX
          _previous
          array:1 [ "url" => "https://staging.uncovernepal.com/news/how-a-mysterious-god-saved-mustang-the-u...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /news/how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival
          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: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 => "staging.uncovernepal.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 => "Wed, 14 May 2025 10:15:29 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6Im1ZYkZhUzRRT1JFeWRiRnV4by9ub1E9PSIsInZhbHVlIjoicFZUbjQyZHd3WTE2dUdiK052cmZyRTRLZnJucWR6aEkxWVhCYjBIeTNxWE1URWdxM0xEdk55dWVnbVQ5M25jY1FhK1EzZjJnM2poSEtDTk45WktwMklmcy9oS1NjU1FKQTRhQkpaVm5Gd3Zua0JPamcyUnJxVlBleUFqbkFmbk0iLCJtYWMiOiI1NzAwOTYyMzAwYjJhY2RlYjcwZmRiOTZhMTNiYWJjMTMzNTFjNWU0Y2IwZmUyNWRhMDkxY2JmYTY1OGYzZGNmIiwidGFnIjoiIn0%3D; expires=Wed, 14 May 2025 12:15:29 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Im1ZYkZhUzRRT1JFeWRiRnV4by9ub1E9PSIsInZhbHVlIjoicFZUbjQyZHd3WTE2dUdiK052cmZyRTRLZnJucWR6aEkxWVhCYjBIeTNxWE1URWdxM0xEdk55dWVnbVQ5M25jY1FhK1EzZ" 1 => "uncover_nepal_session=eyJpdiI6ImdWc2o4TWRjS0IyWXcyT0t2OS9jNFE9PSIsInZhbHVlIjoiWHJkeXM1d0xMTXFqRnlSc242WVVYUzNkczdOOUQ0cVRDZXFISjFldFdTWWdtT3JhOGEyK1orUHhoeFJkeDlTOExHQndVRFY1c29OZTJvYXV1ZFhqUFFyNXZvSWp2clVWT2VDUHR6T01IUk1ZYUtNZXZKNzlnUFBQNkNxOEZQS1MiLCJtYWMiOiI1MDIyM2Q3N2I0M2RkNjYyNzQzYzc1ZjMzMjZlYmZhMjJlY2Q2ODkxMDQ2ZDE4OWZhZTIzMTlmZmY4ZTQ3NmQ5IiwidGFnIjoiIn0%3D; expires=Wed, 14 May 2025 12:15:29 GMT; Max-Age=7200; path=/; httponly; samesite=laxuncover_nepal_session=eyJpdiI6ImdWc2o4TWRjS0IyWXcyT0t2OS9jNFE9PSIsInZhbHVlIjoiWHJkeXM1d0xMTXFqRnlSc242WVVYUzNkczdOOUQ0cVRDZXFISjFldFdTWWdtT3JhOGEyK1orUHhoeFJkeD" 2 => "visited_news/how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival=eyJpdiI6ImNzNWN5a3VmTHI4cmVUM21rWmtLSWc9PSIsInZhbHVlIjoiYS9pVTI5TERhRnVoMVZVRk1OWi9rQmd1alg5ckl6NGtyZFNZTFZEVmhzQkljQkx1MnVyK1BLaXduSlRQUW1WRiIsIm1hYyI6ImU3MjVjZGUyYjQ0OWQwMGYxZDE3NTBhMDRkYThhYTU1NTljYTBjYTk4N2ZmZGQwZjZiZWMwZjcwMmQ3ZTI4ZTUiLCJ0YWciOiIifQ%3D%3D; expires=Thu, 15 May 2025 10:15:29 GMT; Max-Age=86400; path=/; httponly; samesite=laxvisited_news/how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival=eyJpdiI6ImNzNWN5a3VmTHI4cmVUM21rWmtLSWc9PSIsInZhbHVlIjoiYS9pVTI5TERhRnVoMV" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6Im1ZYkZhUzRRT1JFeWRiRnV4by9ub1E9PSIsInZhbHVlIjoicFZUbjQyZHd3WTE2dUdiK052cmZyRTRLZnJucWR6aEkxWVhCYjBIeTNxWE1URWdxM0xEdk55dWVnbVQ5M25jY1FhK1EzZjJnM2poSEtDTk45WktwMklmcy9oS1NjU1FKQTRhQkpaVm5Gd3Zua0JPamcyUnJxVlBleUFqbkFmbk0iLCJtYWMiOiI1NzAwOTYyMzAwYjJhY2RlYjcwZmRiOTZhMTNiYWJjMTMzNTFjNWU0Y2IwZmUyNWRhMDkxY2JmYTY1OGYzZGNmIiwidGFnIjoiIn0%3D; expires=Wed, 14-May-2025 12:15:29 GMT; path=/XSRF-TOKEN=eyJpdiI6Im1ZYkZhUzRRT1JFeWRiRnV4by9ub1E9PSIsInZhbHVlIjoicFZUbjQyZHd3WTE2dUdiK052cmZyRTRLZnJucWR6aEkxWVhCYjBIeTNxWE1URWdxM0xEdk55dWVnbVQ5M25jY1FhK1EzZ" 1 => "uncover_nepal_session=eyJpdiI6ImdWc2o4TWRjS0IyWXcyT0t2OS9jNFE9PSIsInZhbHVlIjoiWHJkeXM1d0xMTXFqRnlSc242WVVYUzNkczdOOUQ0cVRDZXFISjFldFdTWWdtT3JhOGEyK1orUHhoeFJkeDlTOExHQndVRFY1c29OZTJvYXV1ZFhqUFFyNXZvSWp2clVWT2VDUHR6T01IUk1ZYUtNZXZKNzlnUFBQNkNxOEZQS1MiLCJtYWMiOiI1MDIyM2Q3N2I0M2RkNjYyNzQzYzc1ZjMzMjZlYmZhMjJlY2Q2ODkxMDQ2ZDE4OWZhZTIzMTlmZmY4ZTQ3NmQ5IiwidGFnIjoiIn0%3D; expires=Wed, 14-May-2025 12:15:29 GMT; path=/; httponlyuncover_nepal_session=eyJpdiI6ImdWc2o4TWRjS0IyWXcyT0t2OS9jNFE9PSIsInZhbHVlIjoiWHJkeXM1d0xMTXFqRnlSc242WVVYUzNkczdOOUQ0cVRDZXFISjFldFdTWWdtT3JhOGEyK1orUHhoeFJkeD" 2 => "visited_news/how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival=eyJpdiI6ImNzNWN5a3VmTHI4cmVUM21rWmtLSWc9PSIsInZhbHVlIjoiYS9pVTI5TERhRnVoMVZVRk1OWi9rQmd1alg5ckl6NGtyZFNZTFZEVmhzQkljQkx1MnVyK1BLaXduSlRQUW1WRiIsIm1hYyI6ImU3MjVjZGUyYjQ0OWQwMGYxZDE3NTBhMDRkYThhYTU1NTljYTBjYTk4N2ZmZGQwZjZiZWMwZjcwMmQ3ZTI4ZTUiLCJ0YWciOiIifQ%3D%3D; expires=Thu, 15-May-2025 10:15:29 GMT; path=/; httponlyvisited_news/how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival=eyJpdiI6ImNzNWN5a3VmTHI4cmVUM21rWmtLSWc9PSIsInZhbHVlIjoiYS9pVTI5TERhRnVoMV" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "o9rjXpAhtsM1yb3wWVJb5mhH7WUhxHoIKy8wseaX" "_previous" => array:1 [ "url" => "https://staging.uncovernepal.com/news/how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-14 16:00:29GET/news/how-a-mysterious-god-saved-mustang-the-untold-story-of-the-tiji-festival13107323