Our Courses

Explore All Courses

Request history8.2.19PHP Version171msRequest Duration2MBMemory UsageGET category-course/{id}/{slug}Route
    • Booting (17.44ms)time
    • Application (153ms)time
    • 1 x Application (89.73%)
      153ms
      1 x Booting (10.2%)
      17.44ms
      6 templates were rendered
      • website.category.indexindex.blade.php#?blade
      • website.mastermaster.blade.php#?blade
      • website.includes.stylestyle.blade.php#?blade
      • website.includes.header-twoheader-two.blade.php#?blade
      • website.includes.footerfooter.blade.php#?blade
      • website.includes.scriptscript.blade.php#?blade
      uri
      GET category-course/{id}/{slug}
      middleware
      web
      controller
      App\Http\Controllers\WebsiteController@categoryCourse
      namespace
      prefix
      where
      as
      category.course
      file
      app/Http/Controllers/WebsiteController.php:57-90
      35 statements were executed, 27 of which were duplicates, 8 unique. Show only duplicated117ms
      • Connection EstablishedtrainingupdatedSessionManager.php#108
        Backtrace
        • 7. vendor/laravel/framework/src/Illuminate/Session/SessionManager.php:108
        • 8. vendor/laravel/framework/src/Illuminate/Session/SessionManager.php:95
        • 11. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:159
        • 12. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:57
        • 13. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • select * from `sessions` where `id` = 'al7xxCFOI7VbOj3agTDihx9dwwzsGiwdtTdkuPgD' limit 1
        1.98mstrainingupdatedDatabaseSessionHandler.php#97
        Bindings
        • 0: al7xxCFOI7VbOj3agTDihx9dwwzsGiwdtTdkuPgD
        Backtrace
        • 15. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 16. vendor/laravel/framework/src/Illuminate/Session/Store.php:113
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:101
        • 18. vendor/laravel/framework/src/Illuminate/Session/Store.php:85
        • 19. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
      • select * from `allocations` where exists (select * from `courses` where `allocations`.`course_id` = `courses`.`id` and `category_id` = '2') and `active_status` = 1 order by `id` desc
        600μstrainingupdatedWebsiteController.php#64
        Bindings
        • 0: 2
        • 1: 1
        Backtrace
        • 15. app/Http/Controllers/WebsiteController.php:64
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `free_courses` where exists (select * from `courses` where `free_courses`.`course_id` = `courses`.`id` and `category_id` = '2') and `active_status` = 1 order by `id` desc
        410μstrainingupdatedWebsiteController.php#71
        Bindings
        • 0: 2
        • 1: 1
        Backtrace
        • 15. app/Http/Controllers/WebsiteController.php:71
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `categories`.`id` = '2' limit 1
        380μstrainingupdatedWebsiteController.php#88
        Bindings
        • 0: 2
        Backtrace
        • 20. app/Http/Controllers/WebsiteController.php:88
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `days`
        370μstrainingupdatedAppServiceProvider.php#28
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:28
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where (`active_status` = 1) order by `id` desc
        380μstrainingupdatedAppServiceProvider.php#29
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:29
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `pages` where (`active_status` = 1)
        520μstrainingupdatedAppServiceProvider.php#30
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:30
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `settings` order by `created_at` desc limit 1
        410μstrainingupdatedAppServiceProvider.php#31
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:31
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `courses` where `courses`.`id` = 1 limit 1
        440μstrainingupdatedindex.blade.php#96
        Bindings
        • 0: 1
        Backtrace
        • 21. view::website.category.index:96
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`id` = 2 limit 1
        400μstrainingupdatedindex.blade.php#102
        Bindings
        • 0: 2
        Backtrace
        • 21. view::website.category.index:102
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `batches` where `batches`.`id` = 24 limit 1
        460μstrainingupdatedindex.blade.php#106
        Bindings
        • 0: 24
        Backtrace
        • 21. view::website.category.index:106
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `allocation_enrolls` where `allocation_enrolls`.`allocation_id` = 1 and `allocation_enrolls`.`allocation_id` is not null
        390μstrainingupdatedindex.blade.php#111
        Bindings
        • 0: 1
        Backtrace
        • 20. view::website.category.index:111
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `days`
        310μstrainingupdatedAppServiceProvider.php#28
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:28
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where (`active_status` = 1) order by `id` desc
        380μstrainingupdatedAppServiceProvider.php#29
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:29
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `pages` where (`active_status` = 1)
        520μstrainingupdatedAppServiceProvider.php#30
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:30
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `settings` order by `created_at` desc limit 1
        410μstrainingupdatedAppServiceProvider.php#31
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:31
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `days`
        310μstrainingupdatedAppServiceProvider.php#28
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:28
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where (`active_status` = 1) order by `id` desc
        410μstrainingupdatedAppServiceProvider.php#29
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:29
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `pages` where (`active_status` = 1)
        490μstrainingupdatedAppServiceProvider.php#30
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:30
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `settings` order by `created_at` desc limit 1
        390μstrainingupdatedAppServiceProvider.php#31
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:31
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `days`
        310μstrainingupdatedAppServiceProvider.php#28
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:28
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where (`active_status` = 1) order by `id` desc
        380μstrainingupdatedAppServiceProvider.php#29
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:29
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `pages` where (`active_status` = 1)
        540μstrainingupdatedAppServiceProvider.php#30
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:30
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `settings` order by `created_at` desc limit 1
        390μstrainingupdatedAppServiceProvider.php#31
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:31
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `days`
        310μstrainingupdatedAppServiceProvider.php#28
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:28
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where (`active_status` = 1) order by `id` desc
        380μstrainingupdatedAppServiceProvider.php#29
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:29
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `pages` where (`active_status` = 1)
        480μstrainingupdatedAppServiceProvider.php#30
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:30
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `settings` order by `created_at` desc limit 1
        390μstrainingupdatedAppServiceProvider.php#31
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:31
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `days`
        330μstrainingupdatedAppServiceProvider.php#28
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:28
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where (`active_status` = 1) order by `id` desc
        610μstrainingupdatedAppServiceProvider.php#29
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:29
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `pages` where (`active_status` = 1)
        570μstrainingupdatedAppServiceProvider.php#30
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Providers/AppServiceProvider.php:30
        • 16. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `settings` order by `created_at` desc limit 1
        670μstrainingupdatedAppServiceProvider.php#31
        Backtrace
        • 16. app/Providers/AppServiceProvider.php:31
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `sessions` where `id` = 'al7xxCFOI7VbOj3agTDihx9dwwzsGiwdtTdkuPgD' limit 1
        620μstrainingupdatedDatabaseSessionHandler.php#97
        Bindings
        • 0: al7xxCFOI7VbOj3agTDihx9dwwzsGiwdtTdkuPgD
        Backtrace
        • 15. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 16. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:136
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:172
        • 18. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
        • 19. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      • insert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiNnJSNEh4c2JTMDRPblRpQXpKdTNnc2JzQzZYdUtqQzlDV0tUVzZyaiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NzY6Imh0dHBzOi8vdGVzdHRyYWluaW5nLnNraWxsLmpvYnMvY2F0ZWdvcnktY291cnNlLzIvZGF0YS1zY2llbmNlLWFuZC1hbmFseXRpY3MiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1758378379, '', '216.73.216.122', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'al7xxCFOI7VbOj3agTDihx9dwwzsGiwdtTdkuPgD')
        100mstrainingupdatedDatabaseSessionHandler.php#158
        Bindings
        • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiNnJSNEh4c2JTMDRPblRpQXpKdTNnc2JzQzZYdUtqQzlDV0tUVzZyaiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NzY6Imh0dHBzOi8vdGVzdHRyYWluaW5nLnNraWxsLmpvYnMvY2F0ZWdvcnktY291cnNlLzIvZGF0YS1zY2llbmNlLWFuZC1hbmFseXRpY3MiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19
        • 1: 1758378379
        • 2: 
        • 3: 216.73.216.122
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: al7xxCFOI7VbOj3agTDihx9dwwzsGiwdtTdkuPgD
        Backtrace
        • 11. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:158
        • 12. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:142
        • 13. vendor/laravel/framework/src/Illuminate/Session/Store.php:172
        • 14. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
        • 15. vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      • select * from `sessions` where `id` = 'al7xxCFOI7VbOj3agTDihx9dwwzsGiwdtTdkuPgD' limit 1
        850μstrainingupdatedDatabaseSessionHandler.php#97
        Bindings
        • 0: al7xxCFOI7VbOj3agTDihx9dwwzsGiwdtTdkuPgD
        Backtrace
        • 15. vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • 16. vendor/laravel/framework/src/Illuminate/Session/Store.php:113
        • 17. vendor/laravel/framework/src/Illuminate/Session/Store.php:101
        • 18. vendor/laravel/framework/src/Illuminate/Session/Store.php:85
        • 21. vendor/maximebf/debugbar/src/DebugBar/DebugBar.php:446
      App\Models\Page
      24Page.php#?
      App\Models\Category
      14Category.php#?
      App\Models\Setting
      6Setting.php#?
      App\Models\AllocationEnroll
      2AllocationEnroll.php#?
      App\Models\Allocation
      1Allocation.php#?
      App\Models\Course
      1Course.php#?
      App\Models\Batch
      1Batch.php#?
          _token
          6rR4HxsbS04OnTiAzJu3gsbsC6XuKjC9CWKTW6rj
          _previous
          array:1 [ "url" => "https://testtraining.skill.jobs/category-course/2/data-science-and-analytics" ...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category-course/2/data-science-and-analytics
          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 [ "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 => "testtraining.skill.jobs" ] ]
          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 => "Sat, 20 Sep 2025 14:26:19 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9tM2YxMUV3WTI2NmxZQ0xHQ21tM1E9PSIsInZhbHVlIjoieWZwREd6S2h3bVNqZjJ3clczNHhmTkVISXc5cnRNdGJ0ZEd4ZEI3Nmo4RUZJNWxiMVBaNjYwUTllNGw5dU8yYzF6MngrcDlPRHFFenJ3TzZGRXRaenk2eDJEd2tLZW9SVmQwKzRuQjBZc1hhK3N1aU1NdGVoTm1SSUlQMkZadVAiLCJtYWMiOiI2MWI1OTc5YTgzZmVhN2FmYmRlN2Y4YjcxMDA1MTJiM2I4ZjExN2E1YmYzYWJkMjA4MDM3OTk5MzUzMGYzZDZiIiwidGFnIjoiIn0%3D; expires=Sat, 20 Sep 2025 16:26:19 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Im9tM2YxMUV3WTI2NmxZQ0xHQ21tM1E9PSIsInZhbHVlIjoieWZwREd6S2h3bVNqZjJ3clczNHhmTkVISXc5cnRNdGJ0ZEd4ZEI3Nmo4RUZJNWxiMVBaNjYwUTllNGw5dU8yYzF6Mngrc" 1 => "trainingportal_session=eyJpdiI6InZXYjFDOFhMNUpRS0hScmE0YW11N3c9PSIsInZhbHVlIjoidkhhSUhCWEV6R1Z0U0pFeEVML1pQTHRhTVFINmFEMjFHVHlLR3RmWWErY1g1VTBKNTluSmN6Q0VKYXFKUHJlYXI2b1BGNnA1d2t1QWhTanVGZ1Q5NnZRdm1XR1JtcGt2RGg1cURNK1B6VWp5RWRWSllaZkcrRWVtcUxXVjV1ZWsiLCJtYWMiOiIyYmI5ZjdmOTFiODI4OTJhM2I4NDU0MGI3MmViNGJlZjgwY2ZmNWUzMTc2ZWIzZmY1ZTUwMGUzNDhjZDQ3N2YyIiwidGFnIjoiIn0%3D; expires=Sat, 20 Sep 2025 16:26:19 GMT; Max-Age=7200; path=/; httponly; samesite=laxtrainingportal_session=eyJpdiI6InZXYjFDOFhMNUpRS0hScmE0YW11N3c9PSIsInZhbHVlIjoidkhhSUhCWEV6R1Z0U0pFeEVML1pQTHRhTVFINmFEMjFHVHlLR3RmWWErY1g1VTBKNTluSmN6Q0VKYXFKU" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9tM2YxMUV3WTI2NmxZQ0xHQ21tM1E9PSIsInZhbHVlIjoieWZwREd6S2h3bVNqZjJ3clczNHhmTkVISXc5cnRNdGJ0ZEd4ZEI3Nmo4RUZJNWxiMVBaNjYwUTllNGw5dU8yYzF6MngrcDlPRHFFenJ3TzZGRXRaenk2eDJEd2tLZW9SVmQwKzRuQjBZc1hhK3N1aU1NdGVoTm1SSUlQMkZadVAiLCJtYWMiOiI2MWI1OTc5YTgzZmVhN2FmYmRlN2Y4YjcxMDA1MTJiM2I4ZjExN2E1YmYzYWJkMjA4MDM3OTk5MzUzMGYzZDZiIiwidGFnIjoiIn0%3D; expires=Sat, 20-Sep-2025 16:26:19 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im9tM2YxMUV3WTI2NmxZQ0xHQ21tM1E9PSIsInZhbHVlIjoieWZwREd6S2h3bVNqZjJ3clczNHhmTkVISXc5cnRNdGJ0ZEd4ZEI3Nmo4RUZJNWxiMVBaNjYwUTllNGw5dU8yYzF6Mngrc" 1 => "trainingportal_session=eyJpdiI6InZXYjFDOFhMNUpRS0hScmE0YW11N3c9PSIsInZhbHVlIjoidkhhSUhCWEV6R1Z0U0pFeEVML1pQTHRhTVFINmFEMjFHVHlLR3RmWWErY1g1VTBKNTluSmN6Q0VKYXFKUHJlYXI2b1BGNnA1d2t1QWhTanVGZ1Q5NnZRdm1XR1JtcGt2RGg1cURNK1B6VWp5RWRWSllaZkcrRWVtcUxXVjV1ZWsiLCJtYWMiOiIyYmI5ZjdmOTFiODI4OTJhM2I4NDU0MGI3MmViNGJlZjgwY2ZmNWUzMTc2ZWIzZmY1ZTUwMGUzNDhjZDQ3N2YyIiwidGFnIjoiIn0%3D; expires=Sat, 20-Sep-2025 16:26:19 GMT; path=/; httponlytrainingportal_session=eyJpdiI6InZXYjFDOFhMNUpRS0hScmE0YW11N3c9PSIsInZhbHVlIjoidkhhSUhCWEV6R1Z0U0pFeEVML1pQTHRhTVFINmFEMjFHVHlLR3RmWWErY1g1VTBKNTluSmN6Q0VKYXFKU" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "6rR4HxsbS04OnTiAzJu3gsbsC6XuKjC9CWKTW6rj" "_previous" => array:1 [ "url" => "https://testtraining.skill.jobs/category-course/2/data-science-and-analytics" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-09-20 14:26:19GET/category-course/2/data-science-and-analytics63549