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

Clear All Filters
Request history8.3.19PHP Version65.19msRequest Duration2MBMemory UsageGET boardsRoute
    • Booting (9.04ms)time
    • Application (56.14ms)time
    • 1 x Application (86.12%)
      56.14ms
      1 x Booting (13.88%)
      9.04ms
      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:115-148
      17 statements were executed (2 duplicates)Show only duplicates26.64ms
      • 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_new6.25msselect * 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_new840μ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
      • BoardController.php#130db_collegesearch_new1.27msselect 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:130
        • 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#130db_collegesearch_new1.89msselect * from `boards` where `status` = 'Active' and `boards`.`deleted_at` is null and `status` = 'active' limit 10 offset 10
        Bindings
        • 0: Active
        • 1: active
        Backtrace
        • app/Http/Controllers/BoardController.php:130
        • 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_new2.65msselect 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:133
        • 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_new1.59msselect 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:133
        • 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_new900μsselect `name` from `states` where `id` = '90' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 90
        • 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_new840μsselect `name` from `states` where `id` = '64' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 64
        • 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.91msselect `name` from `states` where `id` = '98' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 98
        • 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.2msselect `name` from `states` where `id` = '78' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 78
        • 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.38msselect `name` from `states` where `id` = '82' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 82
        • 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_new810μsselect `name` from `states` where `id` = '75' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 75
        • 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_new720μsselect `name` from `states` where `id` = '88' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 88
        • 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.01msselect `name` from `states` where `id` = '80' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 80
        • 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_new700μsselect `name` from `states` where `id` = '96' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 96
        • 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` = '64' and `states`.`deleted_at` is null and `states`.`status` = 'active' and `states`.`country_id` = 2 order by `states`.`name` asc limit 1
        Bindings
        • 0: 64
        • 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#156db_collegesearch_new1.75msselect * from `brandings` where `section` = 'board' and `brandings`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: board
        • 1: active
        Backtrace
        • app/helpers.php:156
        • 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
      30State.php#?
      App\Models\Board
      12Board.php#?
          _token
          p4awrj235KcCq6JWBTt5vhRObd6H2I6GfxIs1CC4
          _previous
          array:1 [ "url" => "https://www.dev.collegesearch.in/boards?page=2" ]
          _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
          0 of 0
          array:1 [ "page" => "2" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "host" => array:1 [ 0 => "www.dev.collegesearch.in" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
          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 => "Fri, 18 Apr 2025 11:44:28 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im5vb29UbDJLNUFJT2l5SWVzYWpnUFE9PSIsInZhbHVlIjoidTRQT1FzOHdqc3djbXNLNjZWWDluYlh1TUJhZXRGTWcwellyNnVqbG9SZ3VMZ3JKeHU0aG13VnZuWWlOdjY4cGFUekVBVkQ2Z055U01tWXFmV3JKYTdlVUFUZEhmUDk2SE5RMyt1cWsvbWhNdkYrNFE0MWp5WExXZW0xa3NBeEgiLCJtYWMiOiI4MjQxYTU3NWNjNGFjYzAyMDAwNTdlYTRlOTU2MTVjNzE1YmVlMTNhNzY3MWM5ODAyZmVkNGYyNjhkNGM1Y2QyIiwidGFnIjoiIn0%3D; expires=Fri, 18 Apr 2025 13:44:28 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Im5vb29UbDJLNUFJT2l5SWVzYWpnUFE9PSIsInZhbHVlIjoidTRQT1FzOHdqc3djbXNLNjZWWDluYlh1TUJhZXRGTWcwellyNnVqbG9SZ3VMZ3JKeHU0aG13VnZuWWlOdjY4cGFUekVBV" 1 => "laravel_session=eyJpdiI6InlDalN2b1Mza0RybWRQaUlYMDNXbEE9PSIsInZhbHVlIjoieHlVazE1eGExZSt2aCtrQkJLcTNWU0tjSzlKdmVxekRueDRnOXNvUDRFOCt4eExTa2RoZlM1L29KR2c3elZCdFdGRGZ2c3lZbm9uSVBrdFJPTDRPQzZRR0laTXJxalNGNC9tekk0a3hHdjFaK09RVHNZU2ZVdHlDRTkwbUc5VWciLCJtYWMiOiI1MTFhMmUxMjIxMGFjYWUxMzE1Y2VjMDIyYjU0YjkwYWJjYmMzM2Y1NjIyYzliM2M2NjE5NTgzNWNkNjYzZDlmIiwidGFnIjoiIn0%3D; expires=Fri, 18 Apr 2025 13:44:28 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlaravel_session=eyJpdiI6InlDalN2b1Mza0RybWRQaUlYMDNXbEE9PSIsInZhbHVlIjoieHlVazE1eGExZSt2aCtrQkJLcTNWU0tjSzlKdmVxekRueDRnOXNvUDRFOCt4eExTa2RoZlM1L29KR2c3elZCdFdG" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im5vb29UbDJLNUFJT2l5SWVzYWpnUFE9PSIsInZhbHVlIjoidTRQT1FzOHdqc3djbXNLNjZWWDluYlh1TUJhZXRGTWcwellyNnVqbG9SZ3VMZ3JKeHU0aG13VnZuWWlOdjY4cGFUekVBVkQ2Z055U01tWXFmV3JKYTdlVUFUZEhmUDk2SE5RMyt1cWsvbWhNdkYrNFE0MWp5WExXZW0xa3NBeEgiLCJtYWMiOiI4MjQxYTU3NWNjNGFjYzAyMDAwNTdlYTRlOTU2MTVjNzE1YmVlMTNhNzY3MWM5ODAyZmVkNGYyNjhkNGM1Y2QyIiwidGFnIjoiIn0%3D; expires=Fri, 18-Apr-2025 13:44:28 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im5vb29UbDJLNUFJT2l5SWVzYWpnUFE9PSIsInZhbHVlIjoidTRQT1FzOHdqc3djbXNLNjZWWDluYlh1TUJhZXRGTWcwellyNnVqbG9SZ3VMZ3JKeHU0aG13VnZuWWlOdjY4cGFUekVBV" 1 => "laravel_session=eyJpdiI6InlDalN2b1Mza0RybWRQaUlYMDNXbEE9PSIsInZhbHVlIjoieHlVazE1eGExZSt2aCtrQkJLcTNWU0tjSzlKdmVxekRueDRnOXNvUDRFOCt4eExTa2RoZlM1L29KR2c3elZCdFdGRGZ2c3lZbm9uSVBrdFJPTDRPQzZRR0laTXJxalNGNC9tekk0a3hHdjFaK09RVHNZU2ZVdHlDRTkwbUc5VWciLCJtYWMiOiI1MTFhMmUxMjIxMGFjYWUxMzE1Y2VjMDIyYjU0YjkwYWJjYmMzM2Y1NjIyYzliM2M2NjE5NTgzNWNkNjYzZDlmIiwidGFnIjoiIn0%3D; expires=Fri, 18-Apr-2025 13:44:28 GMT; path=/; secure; httponlylaravel_session=eyJpdiI6InlDalN2b1Mza0RybWRQaUlYMDNXbEE9PSIsInZhbHVlIjoieHlVazE1eGExZSt2aCtrQkJLcTNWU0tjSzlKdmVxekRueDRnOXNvUDRFOCt4eExTa2RoZlM1L29KR2c3elZCdFdG" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "p4awrj235KcCq6JWBTt5vhRObd6H2I6GfxIs1CC4" "_previous" => array:1 [ "url" => "https://www.dev.collegesearch.in/boards?page=2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-18 11:44:28GET/boards?page=2101742