Our Courses

Explore All Courses

Request history8.2.19PHP Version287msRequest Duration2MBMemory UsageGET category-course/{id}/{slug}Route
    • Booting (31.33ms)time
    • Application (255ms)time
    • 1 x Application (89.07%)
      255ms
      1 x Booting (10.93%)
      31.33ms
      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
      31 statements were executed, 27 of which were duplicates, 4 unique. Show only duplicated194ms
      • 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` = '8Dc2iTnkVvVWAoANlyhIsj2Vgfijs5iv7PKmjmuV' limit 1
        2.73mstrainingupdatedDatabaseSessionHandler.php#97
        Bindings
        • 0: 8Dc2iTnkVvVWAoANlyhIsj2Vgfijs5iv7PKmjmuV
        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` = '1') and `active_status` = 1 order by `id` desc
        1.02mstrainingupdatedWebsiteController.php#64
        Bindings
        • 0: 1
        • 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` = '1') and `active_status` = 1 order by `id` desc
        860μstrainingupdatedWebsiteController.php#71
        Bindings
        • 0: 1
        • 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` = '1' limit 1
        680μstrainingupdatedWebsiteController.php#88
        Bindings
        • 0: 1
        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`
        630μ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
        730μ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)
        960μ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
        840μ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`
        650μ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
        700μ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)
        1.1mstrainingupdatedAppServiceProvider.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
        830μ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`
        650μ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
        730μ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)
        990μ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
        860μ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`
        650μ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
        720μ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)
        970μ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
        760μ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`
        680μ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
        850μ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)
        930μ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
        660μ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`
        540μ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
        690μ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)
        960μ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
        750μ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` = '8Dc2iTnkVvVWAoANlyhIsj2Vgfijs5iv7PKmjmuV' limit 1
        730μstrainingupdatedDatabaseSessionHandler.php#97
        Bindings
        • 0: 8Dc2iTnkVvVWAoANlyhIsj2Vgfijs5iv7PKmjmuV
        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 ('YTozOntzOjY6Il90b2tlbiI7czo0MDoiZzBSSmNQNmtjRzEzdFFBNVZIcjRzWnlJWTRySnhSaVNTYkRsekt3TiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NzY6Imh0dHBzOi8vdGVzdHRyYWluaW5nLnNraWxsLmpvYnMvY2F0ZWdvcnktY291cnNlLzEvd2ViLWRlc2lnbi1hbmQtZGV2ZWxvcG1lbnQiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1746413550, '', '18.116.42.43', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '8Dc2iTnkVvVWAoANlyhIsj2Vgfijs5iv7PKmjmuV')
        169mstrainingupdatedDatabaseSessionHandler.php#158
        Bindings
        • 0: YTozOntzOjY6Il90b2tlbiI7czo0MDoiZzBSSmNQNmtjRzEzdFFBNVZIcjRzWnlJWTRySnhSaVNTYkRsekt3TiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NzY6Imh0dHBzOi8vdGVzdHRyYWluaW5nLnNraWxsLmpvYnMvY2F0ZWdvcnktY291cnNlLzEvd2ViLWRlc2lnbi1hbmQtZGV2ZWxvcG1lbnQiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19
        • 1: 1746413550
        • 2: 
        • 3: 18.116.42.43
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: 8Dc2iTnkVvVWAoANlyhIsj2Vgfijs5iv7PKmjmuV
        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` = '8Dc2iTnkVvVWAoANlyhIsj2Vgfijs5iv7PKmjmuV' limit 1
        870μstrainingupdatedDatabaseSessionHandler.php#97
        Bindings
        • 0: 8Dc2iTnkVvVWAoANlyhIsj2Vgfijs5iv7PKmjmuV
        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
      13Category.php#?
      App\Models\Setting
      6Setting.php#?
          _token
          g0RJcP6kcG13tQA5VHr4sZyIY4rJxRiSSbDlzKwN
          _previous
          array:1 [ "url" => "https://testtraining.skill.jobs/category-course/1/web-design-and-development" ...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category-course/1/web-design-and-development
          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 => "Mon, 05 May 2025 02:52:29 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InJuR0ptbTQwMVNiUGNWcW5jeHJrVUE9PSIsInZhbHVlIjoiQUVxUlcwRG51azEzQldGKzVmS0pNNUZlWXgrcUdEWUFnZ2hsMndzZkFJQXZnemk0ZkZzaE9JYWxvUG55VXV0TWJUN2wzYmtWOHlFOTAvUG5nbGhCM0JRUFQvazQwdG4zVWpFSFV0SnMzUVN0b0ZNaUloRWwrRURDbVlJVmgvMXkiLCJtYWMiOiJiYjYzMWJkN2U5OGY5NjI0MzMwNWMyMzJjYWRiZDE3ZmFkYjE2N2FkZTYxMzY4N2U4ZTZhMmY5MTM1MzAyMDM5IiwidGFnIjoiIn0%3D; expires=Mon, 05 May 2025 04:52:30 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InJuR0ptbTQwMVNiUGNWcW5jeHJrVUE9PSIsInZhbHVlIjoiQUVxUlcwRG51azEzQldGKzVmS0pNNUZlWXgrcUdEWUFnZ2hsMndzZkFJQXZnemk0ZkZzaE9JYWxvUG55VXV0TWJUN2wzY" 1 => "trainingportal_session=eyJpdiI6Imd1Y2ZPNXFsODdSKzRtekxVU1Z4L0E9PSIsInZhbHVlIjoiRXdRTTB6UlcrbFJvRlNQc2NrM3ZUN0xsS24waVExMS85c1ZTRndmMDdIM3lGZ2FWSzlrV2xwMHpsQ2hweStmUXJqWkE1RU1XeEZlZDFHa1ExNGhqSDUvTHlZYWkydkRaZVFGdXFXS3kxcDA2REMwRUtJcUtrSSsreXNGVWF0M1ciLCJtYWMiOiI5ZDIwM2E4NTU0MWQyN2E4YmM3MWJkZGEwYTU0MTQyODMxZTkwNmI1ZjBjZjA1MGExYzE2ZDBlMjAyNjZjOTc0IiwidGFnIjoiIn0%3D; expires=Mon, 05 May 2025 04:52:30 GMT; Max-Age=7200; path=/; httponly; samesite=laxtrainingportal_session=eyJpdiI6Imd1Y2ZPNXFsODdSKzRtekxVU1Z4L0E9PSIsInZhbHVlIjoiRXdRTTB6UlcrbFJvRlNQc2NrM3ZUN0xsS24waVExMS85c1ZTRndmMDdIM3lGZ2FWSzlrV2xwMHpsQ2hwe" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InJuR0ptbTQwMVNiUGNWcW5jeHJrVUE9PSIsInZhbHVlIjoiQUVxUlcwRG51azEzQldGKzVmS0pNNUZlWXgrcUdEWUFnZ2hsMndzZkFJQXZnemk0ZkZzaE9JYWxvUG55VXV0TWJUN2wzYmtWOHlFOTAvUG5nbGhCM0JRUFQvazQwdG4zVWpFSFV0SnMzUVN0b0ZNaUloRWwrRURDbVlJVmgvMXkiLCJtYWMiOiJiYjYzMWJkN2U5OGY5NjI0MzMwNWMyMzJjYWRiZDE3ZmFkYjE2N2FkZTYxMzY4N2U4ZTZhMmY5MTM1MzAyMDM5IiwidGFnIjoiIn0%3D; expires=Mon, 05-May-2025 04:52:30 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InJuR0ptbTQwMVNiUGNWcW5jeHJrVUE9PSIsInZhbHVlIjoiQUVxUlcwRG51azEzQldGKzVmS0pNNUZlWXgrcUdEWUFnZ2hsMndzZkFJQXZnemk0ZkZzaE9JYWxvUG55VXV0TWJUN2wzY" 1 => "trainingportal_session=eyJpdiI6Imd1Y2ZPNXFsODdSKzRtekxVU1Z4L0E9PSIsInZhbHVlIjoiRXdRTTB6UlcrbFJvRlNQc2NrM3ZUN0xsS24waVExMS85c1ZTRndmMDdIM3lGZ2FWSzlrV2xwMHpsQ2hweStmUXJqWkE1RU1XeEZlZDFHa1ExNGhqSDUvTHlZYWkydkRaZVFGdXFXS3kxcDA2REMwRUtJcUtrSSsreXNGVWF0M1ciLCJtYWMiOiI5ZDIwM2E4NTU0MWQyN2E4YmM3MWJkZGEwYTU0MTQyODMxZTkwNmI1ZjBjZjA1MGExYzE2ZDBlMjAyNjZjOTc0IiwidGFnIjoiIn0%3D; expires=Mon, 05-May-2025 04:52:30 GMT; path=/; httponlytrainingportal_session=eyJpdiI6Imd1Y2ZPNXFsODdSKzRtekxVU1Z4L0E9PSIsInZhbHVlIjoiRXdRTTB6UlcrbFJvRlNQc2NrM3ZUN0xsS24waVExMS85c1ZTRndmMDdIM3lGZ2FWSzlrV2xwMHpsQ2hwe" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "g0RJcP6kcG13tQA5VHr4sZyIY4rJxRiSSbDlzKwN" "_previous" => array:1 [ "url" => "https://testtraining.skill.jobs/category-course/1/web-design-and-development" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-05 02:52:30GET/category-course/1/web-design-and-development63143