AP DEECET Exam 2025 - Registration, Eligibility, Admit Card, Exam Pattern, Syllabus

Andhra Pradesh Diploma in Elementary Education Common Entrance Test

Avantika Bhardwaj
Avantika Bhardwaj

Table of Content

AP DEECET 2023, also known as the "Andhra Pradesh Diploma in Elementary Education Common Entrance Test," will be  held in 2023. This exam is for students who want to study for a two-year diploma in education at a government district institution in Andhra Pradesh.

AP DEECET Quick Links

Other B.Tech / B.E. Exams

KEAM logo
KEAM KEAM | 24th April, 2025
PET Madhya Pradesh logo
PET Madhya Pradesh PET Madhya Pradesh | Date not available
CET Punjab logo
CET Punjab PU CET | Date not available
RPET logo
RPET REAP | Date not available
WBJEE logo
WBJEE WBJEE | 27th April, 2025
View All
Request history8.3.19PHP Version455msRequest Duration3MBMemory UsageGET exams/{slug}Route
    • Booting (8.94ms)time
    • Application (446ms)time
    • 1 x Application (98.03%)
      446ms
      1 x Booting (1.97%)
      8.94ms
      11 templates were rendered
      • pages.exam.indexindex.blade.php#?blade
      • components.breadcrumbbreadcrumb.blade.php#?blade
      • components.author-detailsauthor-details.blade.php#?blade
      • components.toctoc.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 exams/{slug}
      middleware
      web
      domain
      www.dev.collegesearch.in
      controller
      App\Http\Controllers\ExamController@index
      as
      exam.description
      namespace
      prefix
      /exams
      where
      file
      app/Http/Controllers/ExamController.php:256-421
      29 statements were executed (6 duplicates)Show only duplicates402ms
      • 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_new12.28msselect * from `seo_redirects` where `redirect_from` = '/exams/ap-deecet' limit 1
        Bindings
        • 0: /exams/ap-deecet
        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_new1.43msselect * from `meta_tags` where `slug` = 'exams/ap-deecet' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: exams/ap-deecet
        • 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.49msselect * from `default_meta_tags` where `module` = 'exam' and `default_meta_tags`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: exam
        • 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
      • ExamController.php#276db_collegesearch_new1.11msselect * from `exams` where `slug` = 'ap-deecet' and `exams`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: ap-deecet
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:276
        • 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
      • ExamController.php#276db_collegesearch_new1.47msselect * from `courses` where `courses`.`id` in (1) and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/ExamController.php:276
        • 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
      • ExamController.php#285db_collegesearch_new1.25msselect `id`, `exam_id`, `subpage_name`, `official_link`, `meta_title`, `meta_description`, `updated_by`, `status`, `updated_at`, `created_at`, CASE WHEN subpage_name = 'about' THEN description_on_page ELSE description_on_info END AS description_on_info from `exam_contents` where `exam_contents`.`exam_id` = 2373 and `exam_contents`.`exam_id` is not null and `exam_contents`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 2373
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:285
        • 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
      • ExamController.php#285db_collegesearch_new690μsselect `id`, `name`, `email`, `image` from `admins` where `admins`.`id` in (151) and `admins`.`deleted_at` is null
        Bindings
        • 0: 151
        Backtrace
        • app/Http/Controllers/ExamController.php:285
        • 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
      • Exam.php#88db_collegesearch_new1.07msselect `institute_program_id` from `institute_program_exam_mappings` where `exam_id` = 2373
        Bindings
        • 0: 2373
        Backtrace
        • app/Models/Exam.php:88
        • app/Http/Controllers/ExamController.php:325
        • 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
      • Exam.php#102db_collegesearch_new580μsselect `institute_id` from `institute_programs` where 0 = 1 and `institute_programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/Exam.php:102
        • app/Http/Controllers/ExamController.php:325
        • 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
      • Exam.php#116db_collegesearch_new4.01msselect * from `institutes` where 0 = 1 and `institutes`.`deleted_at` is null and `status` = 'active' order by COALESCE((select `rank` from `institute_ranks` where `institute_ranks`.`institute_id` = `institutes`.`id` and `ranking_body` = 'cs' and `rank` > 0 and `course_id` = 1 and `deleted_at` is null and `status` = 'active' and `institute_ranks`.`deleted_at` is null and `status` = 'active' order by `year` desc, `rank` asc limit 1), 9999999) ASC limit 10
        Bindings
        • 0: active
        • 1: cs
        • 2: 0
        • 3: 1
        • 4: active
        • 5: active
        Backtrace
        • app/Models/Exam.php:116
        • app/Http/Controllers/ExamController.php:325
        • 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
      • Article.php#114db_collegesearch_new153msselect * from `articles` where `type` = 'article' and `link_type` = 'exam' and `link_id` = 2373 and `articles`.`deleted_at` is null and `articles`.`status` = 'active' order by `created_at` desc
        Bindings
        • 0: article
        • 1: exam
        • 2: 2373
        • 3: active
        Backtrace
        • app/Models/Article.php:114
        • app/Http/Controllers/ExamController.php:326
        • 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
      • Article.php#114db_collegesearch_new142msselect * from `articles` where `type` = 'news' and `link_type` = 'exam' and `link_id` = 2373 and `articles`.`deleted_at` is null and `articles`.`status` = 'active' order by `created_at` desc
        Bindings
        • 0: news
        • 1: exam
        • 2: 2373
        • 3: active
        Backtrace
        • app/Models/Article.php:114
        • app/Http/Controllers/ExamController.php:328
        • 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
      • ExamController.php#330db_collegesearch_new1.83msselect `id`, `name`, `display_name`, `slug`, `logo` from `exams` where `course_id` = 1 and `exams`.`deleted_at` is null and `status` = 'active' limit 5
        Bindings
        • 0: 1
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:330
        • 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
      • Exam.php#58db_collegesearch_new890μsselect `exam_feature_mappings`.`value`, `exam_feature_mappings`.`exam_feature_id` from `exam_feature_mappings` inner join `exam_features` on `exam_features`.`id` = `exam_feature_mappings`.`exam_feature_id` where `exam_feature_mappings`.`exam_id` = 8 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 8
        • 1: exam_date
        • 2: active
        Backtrace
        • app/Models/Exam.php:58
        • app/Http/Controllers/ExamController.php:330
        • 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
      • Exam.php#58db_collegesearch_new2.35msselect `id`, `name`, `type` from `exam_features` where `exam_features`.`id` in (9) and `exam_features`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/Exam.php:58
        • app/Http/Controllers/ExamController.php:330
        • 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
      • Exam.php#58db_collegesearch_new910μsselect `exam_feature_mappings`.`value`, `exam_feature_mappings`.`exam_feature_id` from `exam_feature_mappings` inner join `exam_features` on `exam_features`.`id` = `exam_feature_mappings`.`exam_feature_id` where `exam_feature_mappings`.`exam_id` = 9 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 9
        • 1: exam_date
        • 2: active
        Backtrace
        • app/Models/Exam.php:58
        • app/Http/Controllers/ExamController.php:330
        • 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
      • Exam.php#58db_collegesearch_new1.77msselect `exam_feature_mappings`.`value`, `exam_feature_mappings`.`exam_feature_id` from `exam_feature_mappings` inner join `exam_features` on `exam_features`.`id` = `exam_feature_mappings`.`exam_feature_id` where `exam_feature_mappings`.`exam_id` = 11 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 11
        • 1: exam_date
        • 2: active
        Backtrace
        • app/Models/Exam.php:58
        • app/Http/Controllers/ExamController.php:330
        • 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
      • Exam.php#58db_collegesearch_new860μsselect `exam_feature_mappings`.`value`, `exam_feature_mappings`.`exam_feature_id` from `exam_feature_mappings` inner join `exam_features` on `exam_features`.`id` = `exam_feature_mappings`.`exam_feature_id` where `exam_feature_mappings`.`exam_id` = 12 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 12
        • 1: exam_date
        • 2: active
        Backtrace
        • app/Models/Exam.php:58
        • app/Http/Controllers/ExamController.php:330
        • 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
      • Exam.php#58db_collegesearch_new1.39msselect `exam_feature_mappings`.`value`, `exam_feature_mappings`.`exam_feature_id` from `exam_feature_mappings` inner join `exam_features` on `exam_features`.`id` = `exam_feature_mappings`.`exam_feature_id` where `exam_feature_mappings`.`exam_id` = 15 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 15
        • 1: exam_date
        • 2: active
        Backtrace
        • app/Models/Exam.php:58
        • app/Http/Controllers/ExamController.php:330
        • 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
      • Exam.php#58db_collegesearch_new890μsselect `id`, `name`, `type` from `exam_features` where `exam_features`.`id` in (9) and `exam_features`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/Exam.php:58
        • app/Http/Controllers/ExamController.php:330
        • 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
      • Exam.php#129db_collegesearch_new26.96msselect `question`, `answer` from `faqs` where `faqs`.`faq_type` = 'exam' and `faqs`.`faq_id` = 2373 and `faqs`.`faq_id` is not null and `sub_type` = 'about' and `faq_type` = 'exam' and `faqs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: exam
        • 1: 2373
        • 2: about
        • 3: exam
        • 4: active
        Backtrace
        • app/Models/Exam.php:129
        • app/Http/Controllers/ExamController.php:354
        • 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
      • Exam.php#129db_collegesearch_new25.57msselect `question`, `answer` from `faqs` where `faqs`.`faq_type` = 'exam' and `faqs`.`faq_id` = 2373 and `faqs`.`faq_id` is not null and `sub_type` = 'about' and `faq_type` = 'exam' and `faqs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: exam
        • 1: 2373
        • 2: about
        • 3: exam
        • 4: active
        Backtrace
        • app/Models/Exam.php:129
        • app/Http/Controllers/ExamController.php:358
        • 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
      • ExamController.php#371db_collegesearch_new3.21msselect * from `exam_feature_mappings` where `exam_id` = 2373 and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active'
        Bindings
        • 0: 2373
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:371
        • 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
      • Exam.php#58db_collegesearch_new980μsselect `exam_feature_mappings`.`value`, `exam_feature_mappings`.`exam_feature_id` from `exam_feature_mappings` inner join `exam_features` on `exam_features`.`id` = `exam_feature_mappings`.`exam_feature_id` where `exam_feature_mappings`.`exam_id` = 2373 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 2373
        • 1: exam_date
        • 2: active
        Backtrace
        • app/Models/Exam.php:58
        • app/Http/Controllers/ExamController.php:394
        • 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
      • ExamController.php#472db_collegesearch_new1.11msselect * from `meta_tags` where `slug` = 'exams/ap-deecet' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: exams/ap-deecet
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:472
        • app/Http/Controllers/ExamController.php:400
        • 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
      • helpers.php#496db_collegesearch_new9.34msselect `module_type`, `module_id`, `description`, `created_by`, `created_at`, `updated_by`, `updated_at`, `expiry_date`, `deleted_at` from `latest_updates_widgets` where `module_type` like '%exam-detail%' and `sub_type` like '%about%' and `module_id` = 2373 and `expiry_date` > '2025-06-08 12:52:15' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 2
        Bindings
        • 0: %exam-detail%
        • 1: %about%
        • 2: 2373
        • 3: 2025-06-08 12:52:15
        Backtrace
        • app/helpers.php:496
        • app/Http/Controllers/ExamController.php:403
        • 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
      • helpers.php#548db_collegesearch_new1.98msselect `module_type`, `module_id`, `description`, `created_by`, `created_at`, `updated_by`, `updated_at`, `expiry_date`, `deleted_at` from `latest_updates_widgets` where `module_type` like '%course%' and `sub_type` like '%about%' and `module_id` = '1' and `expiry_date` > '2025-06-08 12:52:15' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 2
        Bindings
        • 0: %course%
        • 1: %about%
        • 2: 1
        • 3: 2025-06-08 12:52:15
        Backtrace
        • app/helpers.php:548
        • app/Http/Controllers/ExamController.php:403
        • 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
      • helpers.php#157db_collegesearch_new720μsselect * from `brandings` where `section` = 'exam' and `brandings`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: exam
        • 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
      • helpers.php#761db_collegesearch_new1msselect * from `ctas` where `article_url` = 'ap-deecet' and `ctas`.`deleted_at` is null and `ctas`.`status` = 'active'
        Bindings
        • 0: ap-deecet
        • 1: active
        Backtrace
        • app/helpers.php:761
        • 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\DefaultMetaTag
      33DefaultMetaTag.php#?
      App\Models\Exam
      6Exam.php#?
      App\Models\ExamFeatureMapping
      2ExamFeatureMapping.php#?
      App\Models\ExamFeature
      2ExamFeature.php#?
      App\Models\Course
      1Course.php#?
      App\Models\ExamContent
      1ExamContent.php#?
      App\Models\Admin
      1Admin.php#?
      App\Models\Branding
      1Branding.php#?
          _token
          dXwOqqRwuJoroBTMHcL1dYOxHWXrwwLLnMrcQBFo
          _previous
          array:1 [ "url" => "https://www.dev.collegesearch.in/exams/ap-deecet" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /exams/ap-deecet
          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 => "course_id=10; course_name=M.Tech%20%2F%20M.E.; viewed_colleges=%5B7417%2C4163%2C7460%5D; XSRF-TOKEN=eyJpdiI6IkZ3cU9WVjZncS83RXA1eTJPRVJwMmc9PSIsInZhbHVlIjoib1lLQ0IxRm41WGc0eGJQd2VaSnZIMytOUWd6aTJrUk5kaVV2NUQrZ3RPT0hsTW9iU3I0YkJyV2hoY1ZNY3g5R1laOS90Wnpqb0pmYXVUcVBWOEdNQXZiYVN5bEdGWXdhTEdYUWZFSy9mM0FUQTdjUzJZS1VFSStKSW5KZm04ZWgiLCJtYWMiOiJiOWM5MWU3NjRiNWYxNTFlNDVlNTBiMTFlZDdhOTk3NjQ5NjIyZTRjMTI0Y2Q3MWM5Njg4MWI2NGY3MjJkYmRjIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IkRKTXNHMCtucEI4MW9QR2xlMTFHT1E9PSIsInZhbHVlIjoidzlobWhXaVlaNGwzbDBtYUpYc2pseVlCckFsMEdtL1pKK3NJMXo1MnQzeVJpeFY5dUN5V0pVdVl5YmtZbXp0dmJKMjNVbk1qcmZRL3I0T3pKc3ZhNHB0bm9xMXFDMDdRNHVXUWtpZlg5dGQvRmN1ZnpwazdCNzZlSTVKa2JublUiLCJtYWMiOiJlZDAxZWM4N2Y1NTkwMzczMGZiNmM3YjJlNWJjNWI4NGE1YWViNzA2YzkxYzVjNjUwN2VlODExOGM5Y2VhNzU4IiwidGFnIjoiIn0%3Dcourse_id=10; course_name=M.Tech%20%2F%20M.E.; viewed_colleges=%5B7417%2C4163%2C7460%5D; XSRF-TOKEN=eyJpdiI6IkZ3cU9WVjZncS83RXA1eTJPRVJwMmc9PSIsInZhbHVlIjoib1lL" ] "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 [ "course_id" => "10" "course_name" => "M.Tech / M.E." "viewed_colleges" => "[7417,4163,7460]" "XSRF-TOKEN" => "dXwOqqRwuJoroBTMHcL1dYOxHWXrwwLLnMrcQBFo" "laravel_session" => "ty5FcIDSxLGfQMtg8nvhRZQ2ACrVxan4FtRfZ1yO" ]
          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, 08 Jun 2025 12:52:15 GMT" ] "set-cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6IncvNGJDVFhjK1pldGUxdTc1eWljK2c9PSIsInZhbHVlIjoiTW1EemJOWXZ1VEMyZ1U5aDBkWUpIVjdDcUdvQlZ2K3hyKzZhMWtEb2dHQ3N0ZDJaVHd5K1dSbThlWld6NFMxdFQrUU4vQ3JjRmtUM0c5YmlyaWcwTW5qVkwwM240L0U5b3l5aThDU3VwK1BHZG1Fd0d3aGtqeUFQblJWdlIreXEiLCJtYWMiOiIyMmUxZjE5YjY5NjRlMDlkMzg5YWVjNjdlOWEwOTZlYThlNjZlYmJhNDc5YTY5NjgwYTMyZDQ5Nzc0NzdlYjY4IiwidGFnIjoiIn0%3D; expires=Sun, 08 Jun 2025 14:52:15 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IncvNGJDVFhjK1pldGUxdTc1eWljK2c9PSIsInZhbHVlIjoiTW1EemJOWXZ1VEMyZ1U5aDBkWUpIVjdDcUdvQlZ2K3hyKzZhMWtEb2dHQ3N0ZDJaVHd5K1dSbThlWld6NFMxdFQrUU4vQ" 1 => "laravel_session=eyJpdiI6InNqMGx5Qi9OVm1hL1RZSmt3QW82ZHc9PSIsInZhbHVlIjoiNEhnb0I1NlZBZ25GKzBkOXJjZDJhekFFcUg0SkNMSlFqbXp5TnkyTUpldEl3RU83VkE5ejBWQ0JKeEE2cGcvQXc4bG8venRWWWM3dHJmZTFUdndZa1d4OWtTZ00yb1pNWmQzZkgyaWRmakhGdlJ0WmhoUC9PZmdpVE16aStFUGYiLCJtYWMiOiI2MDMxYmVmNWFiMzM2MDk1ZTgxZGNjMTQ3Y2MxODY2MzE4YTgwZWQ3YmYwMDY0MTY5ZGEzODhmNGRkYzU0ZDc0IiwidGFnIjoiIn0%3D; expires=Sun, 08 Jun 2025 14:52:15 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlaravel_session=eyJpdiI6InNqMGx5Qi9OVm1hL1RZSmt3QW82ZHc9PSIsInZhbHVlIjoiNEhnb0I1NlZBZ25GKzBkOXJjZDJhekFFcUg0SkNMSlFqbXp5TnkyTUpldEl3RU83VkE5ejBWQ0JKeEE2cGcvQXc4" 2 => "course_id=1; expires=Mon, 08 Jun 2026 12:52:15 GMT; Max-Age=31536000; path=/; samesite=lax" 3 => "course_name=B.Tech%20%2F%20B.E.; expires=Mon, 08 Jun 2026 12:52:15 GMT; Max-Age=31536000; path=/; samesite=lax" ] "Set-Cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6IncvNGJDVFhjK1pldGUxdTc1eWljK2c9PSIsInZhbHVlIjoiTW1EemJOWXZ1VEMyZ1U5aDBkWUpIVjdDcUdvQlZ2K3hyKzZhMWtEb2dHQ3N0ZDJaVHd5K1dSbThlWld6NFMxdFQrUU4vQ3JjRmtUM0c5YmlyaWcwTW5qVkwwM240L0U5b3l5aThDU3VwK1BHZG1Fd0d3aGtqeUFQblJWdlIreXEiLCJtYWMiOiIyMmUxZjE5YjY5NjRlMDlkMzg5YWVjNjdlOWEwOTZlYThlNjZlYmJhNDc5YTY5NjgwYTMyZDQ5Nzc0NzdlYjY4IiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 14:52:15 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IncvNGJDVFhjK1pldGUxdTc1eWljK2c9PSIsInZhbHVlIjoiTW1EemJOWXZ1VEMyZ1U5aDBkWUpIVjdDcUdvQlZ2K3hyKzZhMWtEb2dHQ3N0ZDJaVHd5K1dSbThlWld6NFMxdFQrUU4vQ" 1 => "laravel_session=eyJpdiI6InNqMGx5Qi9OVm1hL1RZSmt3QW82ZHc9PSIsInZhbHVlIjoiNEhnb0I1NlZBZ25GKzBkOXJjZDJhekFFcUg0SkNMSlFqbXp5TnkyTUpldEl3RU83VkE5ejBWQ0JKeEE2cGcvQXc4bG8venRWWWM3dHJmZTFUdndZa1d4OWtTZ00yb1pNWmQzZkgyaWRmakhGdlJ0WmhoUC9PZmdpVE16aStFUGYiLCJtYWMiOiI2MDMxYmVmNWFiMzM2MDk1ZTgxZGNjMTQ3Y2MxODY2MzE4YTgwZWQ3YmYwMDY0MTY5ZGEzODhmNGRkYzU0ZDc0IiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 14:52:15 GMT; path=/; secure; httponlylaravel_session=eyJpdiI6InNqMGx5Qi9OVm1hL1RZSmt3QW82ZHc9PSIsInZhbHVlIjoiNEhnb0I1NlZBZ25GKzBkOXJjZDJhekFFcUg0SkNMSlFqbXp5TnkyTUpldEl3RU83VkE5ejBWQ0JKeEE2cGcvQXc4" 2 => "course_id=1; expires=Mon, 08-Jun-2026 12:52:15 GMT; path=/" 3 => "course_name=B.Tech+%2F+B.E.; expires=Mon, 08-Jun-2026 12:52:15 GMT; path=/" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "dXwOqqRwuJoroBTMHcL1dYOxHWXrwwLLnMrcQBFo" "_previous" => array:1 [ "url" => "https://www.dev.collegesearch.in/exams/ap-deecet" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-08 12:52:15GET/exams/ap-deecet112947