Can I apply to more than one Shiraka training programme at the same time?

You are allowed to apply for multiple training programmes at the same time. However, your job position, learning goals and motivation must match the training topic.

Request history8.1.32PHP Version130msRequest Duration9MBMemory UsageGET en/faq/{faq}Route
    • Booting (22.75ms)time
    • Application (108ms)time
    • 1 x Application (82.54%)
      108ms
      1 x Booting (17.45%)
      22.75ms
      4 templates were rendered
      • 1x frontend.faq.questionquestion.blade.php#?2blade
        Params
        faq
        Object(App\Faq)
        languages
        Object(Illuminate\Database\Eloquent\Collection)
      • 1x frontend.mainmain.blade.php#?5blade
        Params
        __env
        Object(Illuminate\View\Factory)
        app
        Object(Illuminate\Foundation\Application)
        errors
        Object(Illuminate\Support\ViewErrorBag)
        faq
        Object(App\Faq)
        languages
        Object(Illuminate\Database\Eloquent\Collection)
      • 1x frontend.navnav.blade.php#?7blade
        Params
        __env
        Object(Illuminate\View\Factory)
        app
        Object(Illuminate\Foundation\Application)
        errors
        Object(Illuminate\Support\ViewErrorBag)
        faq
        Object(App\Faq)
        languages
        Object(Illuminate\Database\Eloquent\Collection)
        otherLang
        Object(App\Language)
        pages
        Object(Illuminate\Database\Eloquent\Collection)
      • 1x frontend.footerfooter.blade.php#?6blade
        Params
        __env
        Object(Illuminate\View\Factory)
        app
        Object(Illuminate\Foundation\Application)
        errors
        Object(Illuminate\Support\ViewErrorBag)
        faq
        Object(App\Faq)
        languages
        Object(Illuminate\Database\Eloquent\Collection)
        otherLang
        Object(App\Language)
      uri
      GET en/faq/{faq}
      middleware
      web, localeSessionRedirect, localizationRedirect, localeViewPath, setDefaultLanguage
      controller
      App\Http\Controllers\Frontend\FaqController@faq
      namespace
      App\Http\Controllers\Frontend
      prefix
      /en
      where
      as
      site.faq_detail
      file
      app/Http/Controllers/Frontend/FaqController.php:36-47
      8 statements were executed9.4ms
      • SetDefaultLanguage.php#23shiraka-test3.38msselect * from information_schema.tables where table_schema = 'shiraka-test' and table_name = 'languages' and table_type = 'BASE TABLE'
        Bindings
        • 0: shiraka-test
        • 1: languages
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • middleware::setDefaultLanguage:23
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • middleware::localeViewPath:33
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • middleware::localizationRedirect:45
      • SetDefaultLanguage.php#30shiraka-test770μsselect * from `languages`
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        Backtrace
        • middleware::setDefaultLanguage:30
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • middleware::localeViewPath:33
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • middleware::localizationRedirect:45
      • SetDefaultLanguage.php#38shiraka-test800μsselect * from `languages` where `code` = 'en' limit 1
        Bindings
        • 0: en
        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::setDefaultLanguage:38
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • middleware::localeViewPath:33
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • middleware::localizationRedirect:45
      • FaqController.php#38shiraka-test1.06msselect * from `faqs` where exists (select * from `faq_translations` where `faqs`.`id` = `faq_translations`.`faq_id` and `slug` = 'can-i-apply-to-more-than-one-shiraka-training-programme-at-the-same-time' and `language_id` = 1) limit 1
        Bindings
        • 0: can-i-apply-to-more-than-one-shiraka-training-programme-at-the-same-time
        • 1: 1
        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/Http/Controllers/Frontend/FaqController.php:38
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FaqController.php#38shiraka-test790μsselect * from `faq_translations` where `language_id` = 1 and `faq_translations`.`faq_id` in (108)
        Bindings
        • 0: 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/Frontend/FaqController.php:38
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • LanguagesComposer.php#15shiraka-test720μsselect * from `languages` where `active` = 1 order by `position` asc
        Bindings
        • 0: 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/Composers/LanguagesComposer.php:15
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:176
      • ComposerServiceProvider.php#30shiraka-test950μsselect * from `pages` where `id` <> 4
        Bindings
        • 0: 4
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Providers/ComposerServiceProvider.php:30
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:176
        • vendor/laravel/framework/src/Illuminate/View/View.php:147
        • view::frontend.main:74
      • ComposerServiceProvider.php#30shiraka-test930μsselect * from `page_translations` where `language_id` = 1 and `page_translations`.`page_id` in (1, 2, 3)
        Bindings
        • 0: 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Providers/ComposerServiceProvider.php:30
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:176
        • vendor/laravel/framework/src/Illuminate/View/View.php:147
        • view::frontend.main:74
      App\Language
      5Language.php#?
      App\Page
      3Page.php#?
      App\PageTranslation
      3PageTranslation.php#?
      App\Faq
      1Faq.php#?
      App\FaqTranslation
      1FaqTranslation.php#?
          _token
          5UBx3sIXO3J5h7dIEkw2w6O59Mm7QSZBst10AY0Q
          locale
          en
          _previous
          array:1 [ "url" => "https://shiraka.pleio-test.nl/en/faq/can-i-apply-to-more-than-one-shiraka-trai...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /en/faq/can-i-apply-to-more-than-one-shiraka-training-programme-at-the-same-time
          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:23 [ "host" => array:1 [ 0 => "shiraka.pleio-test.nl" ] "x-request-id" => array:1 [ 0 => "d7863cc2f8be28c371b91311e5b0306a" ] "x-real-ip" => array:1 [ 0 => "18.219.145.197" ] "x-forwarded-for" => array:1 [ 0 => "18.219.145.197" ] "x-forwarded-host" => array:1 [ 0 => "shiraka.pleio-test.nl" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "x-scheme" => array:1 [ 0 => "https" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "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 => "Sun, 06 Apr 2025 14:35:22 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkIyVFpNNy9qZU9GVzBzUGhmME9UY2c9PSIsInZhbHVlIjoiMjRMTU51UXhKeXEwTTU1NVlhNFZ0ZVliK0l6eERpczllU1lxcGxTa0pqblQwbzVCNjM1cXJhQ0tYQ20ydHNjb2VyMW5HTlpPUE9rM3h5a294TUdFMFZqS1FCeEhOTG9kcDBYOHdWNm9BZjV5eXFLQkNadFRob3JkdStYQUlqa0MiLCJtYWMiOiJmYTg2ZGQ1MTEzMmM4M2UwZDQzMmQ1MWQ4MTE4OGE3MWM2MDZhZDliNzJlYmM4NjE1YTIwZGYwN2NlZDM3YmU3IiwidGFnIjoiIn0%3D; expires=Sun, 06 Apr 2025 16:35:22 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkIyVFpNNy9qZU9GVzBzUGhmME9UY2c9PSIsInZhbHVlIjoiMjRMTU51UXhKeXEwTTU1NVlhNFZ0ZVliK0l6eERpczllU1lxcGxTa0pqblQwbzVCNjM1cXJhQ0tYQ20ydHNjb2VyMW5HT" 1 => "shiraka_session=eyJpdiI6InVXVmZFRzRvcjM5RC9pVVRrZFhIMnc9PSIsInZhbHVlIjoicEVoNHJVT0hXcUlOM2JFbWdTMGtqMWV1QkY2UGlYc0hDS0l2RXhQR1IxSnBrQlV1UFlVY3V5bWJTd1NndG1VOWEycDVXU3dkUEpKUkRoZ3N6eURya1hCelU5Nk5hVW9kaWxzSUZPc2E2aUhFTEZ3SnBtTDVEVDdQMGhYZ0xNZG0iLCJtYWMiOiI3MmU2MTdkNjQ0YjBhMmJiZDQ0YTg4MTU5Y2Q2MTJmZWU1OWEyMmE0OWY5NGJiNTAwZTJjYjY4MjU4ZWVmMjNlIiwidGFnIjoiIn0%3D; expires=Sun, 06 Apr 2025 16:35:22 GMT; Max-Age=7200; path=/; httponly; samesite=laxshiraka_session=eyJpdiI6InVXVmZFRzRvcjM5RC9pVVRrZFhIMnc9PSIsInZhbHVlIjoicEVoNHJVT0hXcUlOM2JFbWdTMGtqMWV1QkY2UGlYc0hDS0l2RXhQR1IxSnBrQlV1UFlVY3V5bWJTd1NndG1VOWEy" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkIyVFpNNy9qZU9GVzBzUGhmME9UY2c9PSIsInZhbHVlIjoiMjRMTU51UXhKeXEwTTU1NVlhNFZ0ZVliK0l6eERpczllU1lxcGxTa0pqblQwbzVCNjM1cXJhQ0tYQ20ydHNjb2VyMW5HTlpPUE9rM3h5a294TUdFMFZqS1FCeEhOTG9kcDBYOHdWNm9BZjV5eXFLQkNadFRob3JkdStYQUlqa0MiLCJtYWMiOiJmYTg2ZGQ1MTEzMmM4M2UwZDQzMmQ1MWQ4MTE4OGE3MWM2MDZhZDliNzJlYmM4NjE1YTIwZGYwN2NlZDM3YmU3IiwidGFnIjoiIn0%3D; expires=Sun, 06-Apr-2025 16:35:22 GMT; path=/XSRF-TOKEN=eyJpdiI6IkIyVFpNNy9qZU9GVzBzUGhmME9UY2c9PSIsInZhbHVlIjoiMjRMTU51UXhKeXEwTTU1NVlhNFZ0ZVliK0l6eERpczllU1lxcGxTa0pqblQwbzVCNjM1cXJhQ0tYQ20ydHNjb2VyMW5HT" 1 => "shiraka_session=eyJpdiI6InVXVmZFRzRvcjM5RC9pVVRrZFhIMnc9PSIsInZhbHVlIjoicEVoNHJVT0hXcUlOM2JFbWdTMGtqMWV1QkY2UGlYc0hDS0l2RXhQR1IxSnBrQlV1UFlVY3V5bWJTd1NndG1VOWEycDVXU3dkUEpKUkRoZ3N6eURya1hCelU5Nk5hVW9kaWxzSUZPc2E2aUhFTEZ3SnBtTDVEVDdQMGhYZ0xNZG0iLCJtYWMiOiI3MmU2MTdkNjQ0YjBhMmJiZDQ0YTg4MTU5Y2Q2MTJmZWU1OWEyMmE0OWY5NGJiNTAwZTJjYjY4MjU4ZWVmMjNlIiwidGFnIjoiIn0%3D; expires=Sun, 06-Apr-2025 16:35:22 GMT; path=/; httponlyshiraka_session=eyJpdiI6InVXVmZFRzRvcjM5RC9pVVRrZFhIMnc9PSIsInZhbHVlIjoicEVoNHJVT0hXcUlOM2JFbWdTMGtqMWV1QkY2UGlYc0hDS0l2RXhQR1IxSnBrQlV1UFlVY3V5bWJTd1NndG1VOWEy" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "5UBx3sIXO3J5h7dIEkw2w6O59Mm7QSZBst10AY0Q" "locale" => "en" "_previous" => array:1 [ "url" => "https://shiraka.pleio-test.nl/en/faq/can-i-apply-to-more-than-one-shiraka-training-programme-at-the-same-time" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-06 14:35:22GET/en/faq/can-i-apply-to-more-than-one-shiraka-training-programme-at-the-same-time4813