Home Boards

Top Education Boards in India - CBSE, ICSE, National Boards, and State School Boards.

View the complete list of all national-level and state-level education boards in India, such as CBSE, ICSE, and UP Board. Get complete details of all 3 national and 16 state boards that conduct secondary and higher secondary education.

Filters

State

Academic Level

Request history8.3.19PHP Version74.47msRequest Duration3MBMemory UsageGET boardsRoute
    • Booting (8.62ms)time
    • Application (65.85ms)time
    • 1 x Application (88.42%)
      65.85ms
      1 x Booting (11.58%)
      8.62ms
      10 templates were rendered
      • pages.boards.listinglisting.blade.php#?blade
      • components.breadcrumbbreadcrumb.blade.php#?blade
      • vendor.pagination.defaultdefault.blade.php#?blade
      • components.registrationregistration.blade.php#?blade
      • layouts.webweb.blade.php#?blade
      • partials.headhead.blade.php#?blade
      • partials.headerheader.blade.php#?blade
      • partials.footerfooter.blade.php#?blade
      • components.sucessesModalsucessesModal.blade.php#?blade
      • partials.bottomfooterbottomfooter.blade.php#?blade
      uri
      GET boards
      middleware
      web
      domain
      www.dev.collegesearch.in
      controller
      App\Http\Controllers\BoardController@listing
      as
      boards.listing
      namespace
      prefix
      /boards
      where
      file
      app/Http/Controllers/BoardController.php:33-66
      15 statements were executed25.25ms
      • SoftRedirects.php#22db_collegesearch_newConnection Established
        Backtrace
        • app/Http/Middleware/SoftRedirects.php:22
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • SoftRedirects.php#22db_collegesearch_new9.09msselect * from `seo_redirects` where `redirect_from` = '/boards' limit 1
        Bindings
        • 0: /boards
        Backtrace
        • app/Http/Middleware/SoftRedirects.php:22
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • MetaChecker.php#20db_collegesearch_new860μsselect * from `meta_tags` where `slug` = 'boards' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: boards
        • 1: active
        Backtrace
        • app/Http/Middleware/MetaChecker.php:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/SoftRedirects.php:28
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
      • helpers.php#722db_collegesearch_new1.95msselect * from `default_meta_tags` where `module` = 'board' and `default_meta_tags`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: board
        • 1: active
        Backtrace
        • app/helpers.php:722
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:989
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:819
        • vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1048
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:755
      • BoardController.php#48db_collegesearch_new1.08msselect count(*) as aggregate from `boards` where `status` = 'Active' and `boards`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: Active
        • 1: active
        Backtrace
        • app/Http/Controllers/BoardController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • BoardController.php#48db_collegesearch_new890μsselect * from `boards` where `status` = 'Active' and `boards`.`deleted_at` is null and `status` = 'active' limit 10 offset 0
        Bindings
        • 0: Active
        • 1: active
        Backtrace
        • app/Http/Controllers/BoardController.php:48
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • Board.php#50db_collegesearch_new1.67msselect distinct `id`, `name` from `states` where exists (select * from `boards` where `states`.`id` = `boards`.`state` and `status` = 'active' and `boards`.`deleted_at` is null and `status` = 'active') and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc
        Bindings
        • 0: active
        • 1: active
        • 2: active
        • 3: 2
        Backtrace
        • app/Models/Board.php:50
        • app/Http/Controllers/BoardController.php:51
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • Board.php#59db_collegesearch_new820μsselect distinct `levels` from `boards` where `boards`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/Board.php:59
        • app/Http/Controllers/BoardController.php:51
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • Board.php#73db_collegesearch_new1.96msselect `name` from `states` where `id` = '67' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 67
        • 1: active
        • 2: 2
        Backtrace
        • app/Models/Board.php:73
        • view::pages.boards.listing:115
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • Board.php#73db_collegesearch_new930μsselect `name` from `states` where `id` = '97' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 97
        • 1: active
        • 2: 2
        Backtrace
        • app/Models/Board.php:73
        • view::pages.boards.listing:115
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • Board.php#73db_collegesearch_new1.26msselect `name` from `states` where `id` = '95' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 95
        • 1: active
        • 2: 2
        Backtrace
        • app/Models/Board.php:73
        • view::pages.boards.listing:115
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • Board.php#73db_collegesearch_new980μsselect `name` from `states` where `id` = '83' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 83
        • 1: active
        • 2: 2
        Backtrace
        • app/Models/Board.php:73
        • view::pages.boards.listing:115
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • Board.php#73db_collegesearch_new1.1msselect `name` from `states` where `id` = '93' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 93
        • 1: active
        • 2: 2
        Backtrace
        • app/Models/Board.php:73
        • view::pages.boards.listing:115
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • Board.php#73db_collegesearch_new740μsselect `name` from `states` where `id` = '79' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 79
        • 1: active
        • 2: 2
        Backtrace
        • app/Models/Board.php:73
        • view::pages.boards.listing:115
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • Board.php#73db_collegesearch_new970μsselect `name` from `states` where `id` = '91' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 91
        • 1: active
        • 2: 2
        Backtrace
        • app/Models/Board.php:73
        • view::pages.boards.listing:115
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • helpers.php#157db_collegesearch_new950μsselect * from `brandings` where `section` = 'board' and `brandings`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: board
        • 1: active
        Backtrace
        • app/helpers.php:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      App\Models\State
      28State.php#?
      App\Models\DefaultMetaTag
      16DefaultMetaTag.php#?
      App\Models\Board
      12Board.php#?
          _token
          srDbEYYYLwf6tA3GtwJDos4KJTTpi0OGL4oVVcgc
          _previous
          array:1 [ "url" => "https://www.dev.collegesearch.in/boards" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /boards
          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:16 [ "host" => array:1 [ 0 => "www.dev.collegesearch.in" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6InNkUUsrQUpnZXJGd05OR3JRcTRoeHc9PSIsInZhbHVlIjoiZkp4VC9TSGtQM1FLeE9kaE5mRGFZcm1nQWQ2VC9SajFvdkMxRzR5bFg1QnAycGc3U2gzc2FXSHRFZGswTUZBV1kvRHRvajF3Q3hSdXFuMmdQei9yb2o0aWdwaDI5NkFMbFB2UVNqQXhDOEYwOXRTVmI0QldBb3VtazBtZDVJZGEiLCJtYWMiOiIxZjU0MDcxNWFkODYzMmYyNGFjOTUzMDIyNzJhZjNlNGVkMGJmMzY1NzFlNGFjOTYyOGZlNTcwNjZlMmVkNDg0IiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6InZpSWdvQkczWkU4bDlScDAzRmN4Q1E9PSIsInZhbHVlIjoicFpsamhMZlJZRGMzb3E0WUJrNGJKRTl2NzdvR2JwdVlHV2M0alFSZU43ZXpqZ241Y3gzOVhnUjRGRWxhWiszMFZiREFUSE5UaktVclZvY2c3ejBPUWJQbWVvbVBDQ0FLMGc4ZjRPT3hRYlFrSFA5OXVIdmRKL0cwYzlla3RkM28iLCJtYWMiOiIxNzBkM2JiYTBhZWNkZjk1ODA5ZmVmZDUyOTQyNjEwZjg1YjFiNTJmZjY2NTAwNTY2Mjg2YzQ5MWYyNzYzYzFjIiwidGFnIjoiIn0%3D; course_id=25; course_name=MSc; viewed_colleges=%5B625%2C38528%5DXSRF-TOKEN=eyJpdiI6InNkUUsrQUpnZXJGd05OR3JRcTRoeHc9PSIsInZhbHVlIjoiZkp4VC9TSGtQM1FLeE9kaE5mRGFZcm1nQWQ2VC9SajFvdkMxRzR5bFg1QnAycGc3U2gzc2FXSHRFZGswTUZBV1kvRHRva" ] "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" ] ]
          request_cookies
          0 of 0
          array:5 [ "XSRF-TOKEN" => "srDbEYYYLwf6tA3GtwJDos4KJTTpi0OGL4oVVcgc" "laravel_session" => "kXkAWrHCVRWW52oIXe8TzuNHca207GFvGEqDgOCa" "course_id" => "25" "course_name" => "MSc" "viewed_colleges" => "[625,38528]" ]
          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 => "Fri, 18 Jul 2025 16:33:06 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkNia1h4N1NYRFZmT2RJU1lNY295OWc9PSIsInZhbHVlIjoiYWlIZ2RFTWJjTDk3OE90a1FPRmJCUU1PRUZVQVlKeHE2dmtjK3N2T24wVnRxQ3F2QTNLOXlIaE44bHpsbnB3akxHOWpvTGpaSlk1SVBpd1QwWlhmeDVzVlI3dHdLZnM5Wkx3VHd1R0VjeUk0S1FVOSt0UjE0Z0JNd2dVemt5a2EiLCJtYWMiOiIxMzU3MjFiZTRkMDc5MWEzMDYyYzExMGE1YWIzYTA1NWRiOWYwYjEyODBlZWI5NzJjMjMwYWY0ZTVjZTM2NTk2IiwidGFnIjoiIn0%3D; expires=Fri, 18 Jul 2025 18:33:06 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkNia1h4N1NYRFZmT2RJU1lNY295OWc9PSIsInZhbHVlIjoiYWlIZ2RFTWJjTDk3OE90a1FPRmJCUU1PRUZVQVlKeHE2dmtjK3N2T24wVnRxQ3F2QTNLOXlIaE44bHpsbnB3akxHOWpvT" 1 => "laravel_session=eyJpdiI6IkVTYnovbW9rSWYzVEdFKzZqSHV0MWc9PSIsInZhbHVlIjoiOU4xcEc1OGh4TWtVT3hLUG5PakZmV2RXV1NOWUVIM3Y1TTl6cU5DNngxcDBWSGg0TjZ4VC9mTGdzdFFBS2hRbjU1Q29GdFJTQlFTc3p0MVVrYUltRjYxblJjMzROWEJvWDVnSnJCWUxHSXVETXpjanVvK29hbU05akkveFpzRG8iLCJtYWMiOiI3ODIwMzU1ZWRkY2Y3ODJiYjYwYzAzNWIxMmFlN2E2N2EyYjhlNTMxYTliMTUwYmMxODRlZDJiOTg0ZWNjNzg4IiwidGFnIjoiIn0%3D; expires=Fri, 18 Jul 2025 18:33:06 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlaravel_session=eyJpdiI6IkVTYnovbW9rSWYzVEdFKzZqSHV0MWc9PSIsInZhbHVlIjoiOU4xcEc1OGh4TWtVT3hLUG5PakZmV2RXV1NOWUVIM3Y1TTl6cU5DNngxcDBWSGg0TjZ4VC9mTGdzdFFBS2hRbjU1" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkNia1h4N1NYRFZmT2RJU1lNY295OWc9PSIsInZhbHVlIjoiYWlIZ2RFTWJjTDk3OE90a1FPRmJCUU1PRUZVQVlKeHE2dmtjK3N2T24wVnRxQ3F2QTNLOXlIaE44bHpsbnB3akxHOWpvTGpaSlk1SVBpd1QwWlhmeDVzVlI3dHdLZnM5Wkx3VHd1R0VjeUk0S1FVOSt0UjE0Z0JNd2dVemt5a2EiLCJtYWMiOiIxMzU3MjFiZTRkMDc5MWEzMDYyYzExMGE1YWIzYTA1NWRiOWYwYjEyODBlZWI5NzJjMjMwYWY0ZTVjZTM2NTk2IiwidGFnIjoiIn0%3D; expires=Fri, 18-Jul-2025 18:33:06 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkNia1h4N1NYRFZmT2RJU1lNY295OWc9PSIsInZhbHVlIjoiYWlIZ2RFTWJjTDk3OE90a1FPRmJCUU1PRUZVQVlKeHE2dmtjK3N2T24wVnRxQ3F2QTNLOXlIaE44bHpsbnB3akxHOWpvT" 1 => "laravel_session=eyJpdiI6IkVTYnovbW9rSWYzVEdFKzZqSHV0MWc9PSIsInZhbHVlIjoiOU4xcEc1OGh4TWtVT3hLUG5PakZmV2RXV1NOWUVIM3Y1TTl6cU5DNngxcDBWSGg0TjZ4VC9mTGdzdFFBS2hRbjU1Q29GdFJTQlFTc3p0MVVrYUltRjYxblJjMzROWEJvWDVnSnJCWUxHSXVETXpjanVvK29hbU05akkveFpzRG8iLCJtYWMiOiI3ODIwMzU1ZWRkY2Y3ODJiYjYwYzAzNWIxMmFlN2E2N2EyYjhlNTMxYTliMTUwYmMxODRlZDJiOTg0ZWNjNzg4IiwidGFnIjoiIn0%3D; expires=Fri, 18-Jul-2025 18:33:06 GMT; path=/; secure; httponlylaravel_session=eyJpdiI6IkVTYnovbW9rSWYzVEdFKzZqSHV0MWc9PSIsInZhbHVlIjoiOU4xcEc1OGh4TWtVT3hLUG5PakZmV2RXV1NOWUVIM3Y1TTl6cU5DNngxcDBWSGg0TjZ4VC9mTGdzdFFBS2hRbjU1" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "srDbEYYYLwf6tA3GtwJDos4KJTTpi0OGL4oVVcgc" "_previous" => array:1 [ "url" => "https://www.dev.collegesearch.in/boards" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-18 16:33:06GET/boards101556