1 Type subsidie
2 Berekenen
3 Gegevens
Subsidie bodemisolatie aanvragen

Subsidie Loket helpt u graag bij het indienen van uw ISDE subsidieaanvraag. Door het hoge toekenningspercentage betaalt u pas nadat wij uw dossier hebben ingediend. Wordt uw subsidie uiteindelijk toch niet toegekend dan ontvangt u netjes uw geld terug. Subsidie Loket rekent €79,95 voor de eerste maatregel en €19,95 voor iedere additionele maatregel.

Voortgang van uw aanvraag opslaan?

Vul uw e-mailadres in en wij versturen u een link om op elk moment uw aanvraag af te ronden.

Aanvraag starten zonder email? Klik dan direct op ‘Start aanvraag’.

Request history8.2.17PHP Version87.48msRequest Duration12MBMemory UsageGET subsidies/{subsidy}Route
    • Booting (53.57ms)time
    • Application (33.89ms)time
    • 1 x Booting (61.24%)
      53.57ms
      1 x Application (38.74%)
      33.89ms
      7 templates were rendered
      • form.startstart.blade.php#?blade
      • components.breadcrumbsbreadcrumbs.blade.php#?blade
      • components.input-textinput-text.blade.php#?blade
      • components.question-innerquestion-inner.blade.php#?blade
      • components.labellabel.blade.php#?blade
      • components.questionquestion.blade.php#?blade
      • layouts.appapp.blade.php#?blade
      uri
      GET subsidies/{subsidy}
      middleware
      web
      controller
      App\Http\Controllers\SubsidyController@start
      namespace
      where
      as
      subsidy.start
      file
      app/Http/Controllers/SubsidyController.php:44-70
      11 statements were executed, 2 of which were duplicates, 9 unique. Show only duplicated19.94ms
      • select * from `subsidies` where `slug` = 'bodemisolatie' limit 1
        530μssubsidie_stagingImplicitRouteBinding.php#61
        Bindings
        • 0: bodemisolatie
        Backtrace
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • 19. vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:215
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • 23. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • select * from `entries` where (`session_id` = 'xZRNHwQtbCDOWV0YbuIZ91DWZKuh8WPZVOP2f3ge') and `entries`.`deleted_at` is null limit 1
        6.52mssubsidie_stagingActiveEntry.php#17
        Bindings
        • 0: xZRNHwQtbCDOWV0YbuIZ91DWZKuh8WPZVOP2f3ge
        Backtrace
        • 20. app/Support/ActiveEntry.php:17
        • 21. app/Http/Controllers/SubsidyController.php:46
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • insert into `entries` (`session_id`, `uuid`, `updated_at`, `created_at`) values ('xZRNHwQtbCDOWV0YbuIZ91DWZKuh8WPZVOP2f3ge', '567f64dc-7630-4945-832c-5f96863fa4cd', '2025-06-18 14:02:35', '2025-06-18 14:02:35')
        4.29mssubsidie_stagingActiveEntry.php#17
        Bindings
        • 0: xZRNHwQtbCDOWV0YbuIZ91DWZKuh8WPZVOP2f3ge
        • 1: 567f64dc-7630-4945-832c-5f96863fa4cd
        • 2: 2025-06-18 14:02:35
        • 3: 2025-06-18 14:02:35
        Backtrace
        • 26. app/Support/ActiveEntry.php:17
        • 27. app/Http/Controllers/SubsidyController.php:46
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • delete from `entry_items` where `entry_items`.`entry_id` = 2836 and `entry_items`.`entry_id` is not null and `form_data` is null
        450μssubsidie_stagingSubsidyController.php#46
        Bindings
        • 0: 2836
        Backtrace
        • 15. app/Http/Controllers/SubsidyController.php:46
        • 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 count(*) as aggregate from `entry_items` where `entry_items`.`entry_id` = 2836 and `entry_items`.`entry_id` is not null
        460μssubsidie_stagingSubsidyController.php#48
        Bindings
        • 0: 2836
        Backtrace
        • 19. app/Http/Controllers/SubsidyController.php:48
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `entries` where (`session_id` = 'xZRNHwQtbCDOWV0YbuIZ91DWZKuh8WPZVOP2f3ge') and `entries`.`deleted_at` is null limit 1
        6.2mssubsidie_stagingActiveEntry.php#17
        Bindings
        • 0: xZRNHwQtbCDOWV0YbuIZ91DWZKuh8WPZVOP2f3ge
        Backtrace
        • 20. app/Support/ActiveEntry.php:17
        • 21. app/Models/Subsidy.php:98
        • 22. app/Http/Controllers/SubsidyController.php:51
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `entry_items` where `entry_items`.`entry_id` in (2836)
        320μssubsidie_stagingSubsidy.php#99
        Backtrace
        • 20. app/Models/Subsidy.php:99
        • 21. app/Http/Controllers/SubsidyController.php:51
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `subsidies` where `subsidies`.`parent_id` in (13)
        290μssubsidie_stagingSubsidyController.php#54
        Backtrace
        • 20. app/Http/Controllers/SubsidyController.php:54
        • 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 `entry_items` where `entry_items`.`entry_id` = 2836 and `entry_items`.`entry_id` is not null
        310μssubsidie_stagingSubsidyController.php#64
        Bindings
        • 0: 2836
        Backtrace
        • 20. app/Http/Controllers/SubsidyController.php:64
        • 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 count(*) as aggregate from `subsidy_faqs` where `subsidy_faqs`.`subsidy_id` = 13 and `subsidy_faqs`.`subsidy_id` is not null
        290μssubsidie_stagingstart.blade.php#23
        Bindings
        • 0: 13
        Backtrace
        • 19. view::form.start:23
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `subsidy_faqs` where `subsidy_faqs`.`subsidy_id` = 13 and `subsidy_faqs`.`subsidy_id` is not null
        280μssubsidie_stagingstart.blade.php#155
        Bindings
        • 0: 13
        Backtrace
        • 20. view::form.start:155
        • 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
      App\Models\Subsidy
      1Subsidy.php#?
      App\Models\Entry
      1Entry.php#?
          _token
          wgLKV6ETmSsk4F1RWF5XdTVYOSOWaCdzU8FGjhC0
          _previous
          array:1 [ "url" => "https://staging.mijn-subsidie.nl/subsidies/bodemisolatie" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /subsidies/bodemisolatie
          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 => "staging.mijn-subsidie.nl" ] ]
          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, 18 Jun 2025 14:02:35 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVKZ00zR1VDZ3pKa2JHd3B2cjBaUFE9PSIsInZhbHVlIjoielQxZXh6WUhWUWRqUmhOT1BZcm1vbjZLTzR1YjIvSElCanVzdG9xMVVkRno0QkduOU9nY3VRT0p4VmZOMFhOMDF6RVp1RHozcXZpajcrb0xGbDNPUTJibHZwR1lmcks2bXB0dTRxbFpHaVdWWnlTOTNmcDEvYVpiMUNxTXVuU0QiLCJtYWMiOiIwZDIzOWI4YjlhMjE4MDI1NzA3NmFkNjc5M2UyZGRlMTFmZGM2YTA2NjFlOGJiNjhhMDg3ZTcyMzAwOGVkODEyIiwidGFnIjoiIn0%3D; expires=Wed, 18 Jun 2025 16:02:35 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlVKZ00zR1VDZ3pKa2JHd3B2cjBaUFE9PSIsInZhbHVlIjoielQxZXh6WUhWUWRqUmhOT1BZcm1vbjZLTzR1YjIvSElCanVzdG9xMVVkRno0QkduOU9nY3VRT0p4VmZOMFhOMDF6RVp1R" 1 => "mijnsubsidie_session=eyJpdiI6Inl3UGhxKy9CWHJXSEszQTg3cVpLTFE9PSIsInZhbHVlIjoiZUMvT0ZhQ09LMmlHblNEWWFRS1U4V0ozT05KUUc0Y204ZXp6SisrWHk2SWFsUnBGK3d4VDJ5TnAxM3FDNEJHU1JmeUVUOUE4b2RJSXNYUTRaM0ZGZk1uUjZPY01aWmNSdE41aXAvV1ZUbldENjE3aGhNbzVNOHlxRE1MRGJwNmoiLCJtYWMiOiI1NGQwNTAwN2ExMDUyNWY1ZmJhNDc1ODE5NTJiMmM3M2NiMTU1ZGVhYjU5Y2E3YWM3ODc2MWExZTYxMjY0Y2I5IiwidGFnIjoiIn0%3D; expires=Wed, 18 Jun 2025 16:02:35 GMT; Max-Age=7200; path=/; httponly; samesite=laxmijnsubsidie_session=eyJpdiI6Inl3UGhxKy9CWHJXSEszQTg3cVpLTFE9PSIsInZhbHVlIjoiZUMvT0ZhQ09LMmlHblNEWWFRS1U4V0ozT05KUUc0Y204ZXp6SisrWHk2SWFsUnBGK3d4VDJ5TnAxM3FDNEJ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVKZ00zR1VDZ3pKa2JHd3B2cjBaUFE9PSIsInZhbHVlIjoielQxZXh6WUhWUWRqUmhOT1BZcm1vbjZLTzR1YjIvSElCanVzdG9xMVVkRno0QkduOU9nY3VRT0p4VmZOMFhOMDF6RVp1RHozcXZpajcrb0xGbDNPUTJibHZwR1lmcks2bXB0dTRxbFpHaVdWWnlTOTNmcDEvYVpiMUNxTXVuU0QiLCJtYWMiOiIwZDIzOWI4YjlhMjE4MDI1NzA3NmFkNjc5M2UyZGRlMTFmZGM2YTA2NjFlOGJiNjhhMDg3ZTcyMzAwOGVkODEyIiwidGFnIjoiIn0%3D; expires=Wed, 18-Jun-2025 16:02:35 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlVKZ00zR1VDZ3pKa2JHd3B2cjBaUFE9PSIsInZhbHVlIjoielQxZXh6WUhWUWRqUmhOT1BZcm1vbjZLTzR1YjIvSElCanVzdG9xMVVkRno0QkduOU9nY3VRT0p4VmZOMFhOMDF6RVp1R" 1 => "mijnsubsidie_session=eyJpdiI6Inl3UGhxKy9CWHJXSEszQTg3cVpLTFE9PSIsInZhbHVlIjoiZUMvT0ZhQ09LMmlHblNEWWFRS1U4V0ozT05KUUc0Y204ZXp6SisrWHk2SWFsUnBGK3d4VDJ5TnAxM3FDNEJHU1JmeUVUOUE4b2RJSXNYUTRaM0ZGZk1uUjZPY01aWmNSdE41aXAvV1ZUbldENjE3aGhNbzVNOHlxRE1MRGJwNmoiLCJtYWMiOiI1NGQwNTAwN2ExMDUyNWY1ZmJhNDc1ODE5NTJiMmM3M2NiMTU1ZGVhYjU5Y2E3YWM3ODc2MWExZTYxMjY0Y2I5IiwidGFnIjoiIn0%3D; expires=Wed, 18-Jun-2025 16:02:35 GMT; path=/; httponlymijnsubsidie_session=eyJpdiI6Inl3UGhxKy9CWHJXSEszQTg3cVpLTFE9PSIsInZhbHVlIjoiZUMvT0ZhQ09LMmlHblNEWWFRS1U4V0ozT05KUUc0Y204ZXp6SisrWHk2SWFsUnBGK3d4VDJ5TnAxM3FDNEJ" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "wgLKV6ETmSsk4F1RWF5XdTVYOSOWaCdzU8FGjhC0" "_previous" => array:1 [ "url" => "https://staging.mijn-subsidie.nl/subsidies/bodemisolatie" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-18 14:02:35GET/subsidies/bodemisolatie7112