Punjab MET Exam 2025 - Registration, Eligibility, Admit Card, Exam Pattern, Syllabus

Punjab University Management Entrance Test

Re-exam Date
11th December, 2024

Punjab MET Highlights

Particular Details
Exam Name Punjab MET
Conducting Body
Application Fee N/A
Exam Mode online

Table of Content

Management Entrance test for admission to MBA Course for the Session 2014-15. At university of applied management science (UIAMS) Punjab University.

Punjab MET Eligibility

A Bachelor's/ Master's degree in any discipline of the University or a Degree of any other University which has been recognized by the Syndicate as equivalent thereto, with not less than 50% marks in the aggregate.

Punjab MET Exam Pattern

Punjab MET Paper consists of 200 objective & multiple choice questions of 200 marks carrying one mark each. There is no negative marking. The Punjab MET Paper is divided into 2 Parts:- Paper 1 consists of 50 questions and duration is 2 hours & 15 minutes. The subjects covered are: Mental & numerical Ability 50 General Knowledge 50 General English 50 Paper 2 consists of 50 questions and duration is 45 minutes. The questions are from: Business aptitude

Punjab MET Exam Criteria


Punjab MET Admit Card


Punjab MET Exam Prepare


Top Colleges Accepting Punjab MET

View All

Other MBA / PGDM Exams

CAT logo
CAT CAT | 29th November, 2025
XAT logo
XAT XAT | 05th January, 2025
MAT logo
MAT MAT | 09th March, 2025
TS ICET logo
TS ICET TS ICET | 08th June, 2025
GMAT logo
GMAT GMAT | Date not available
View All
Request history8.3.19PHP Version619msRequest Duration3MBMemory UsageGET exams/{slug}Route
    • Booting (9.09ms)time
    • Application (601ms)time
    • 1 x Application (97.23%)
      601ms
      1 x Booting (1.47%)
      9.09ms
      12 templates were rendered
      • pages.exam.indexindex.blade.php#?blade
      • components.breadcrumbbreadcrumb.blade.php#?blade
      • components.navbarnavbar.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:255-421
      56 statements were executed (25 duplicates)Show only duplicates530ms
      • 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.52msselect * from `seo_redirects` where `redirect_from` = '/exams/punjab-met' limit 1
        Bindings
        • 0: /exams/punjab-met
        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_new730μsselect * from `meta_tags` where `slug` = 'exams/punjab-met' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: exams/punjab-met
        • 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
      • ExamController.php#275db_collegesearch_new880μsselect * from `exams` where `slug` = 'punjab-met' and `exams`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: punjab-met
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:275
        • 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#275db_collegesearch_new1.1msselect * from `courses` where `courses`.`id` in (2) and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/ExamController.php:275
        • 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#284db_collegesearch_new1.16msselect `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` = 48 and `exam_contents`.`exam_id` is not null and `exam_contents`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 48
        • 1: active
        Backtrace
        • app/Http/Controllers/ExamController.php:284
        • 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#284db_collegesearch_new1.36msselect `id`, `name`, `email`, `image` from `admins` where `admins`.`id` in (null) and `admins`.`deleted_at` is null
        Bindings
        • 0: 
        Backtrace
        • app/Http/Controllers/ExamController.php:284
        • 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.17msselect `institute_program_id` from `institute_program_exam_mappings` where `exam_id` = 48
        Bindings
        • 0: 48
        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_new1.24msselect `institute_id` from `institute_programs` where `id` in (4286, 4287, 4288, 4289, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5088, 5090, 5091, 5092, 5093, 5094, 5095, 5107, 5110, 5111, 8507, 9897, 9898, 9899, 9984, 9985, 9986, 10247, 10248, 10249, 10250, 10251, 11107, 11155, 11159, 11424, 11425, 11426, 11427, 11428, 11429, 11430, 16818, 16819, 16820, 16821, 16822, 16823, 16824, 16825, 16826, 16827, 18406, 18755, 21138, 22085, 22140, 22141, 22142, 22143, 22144, 22298, 24065, 24463, 24609, 24729, 24770, 24779, 24865, 25211, 47002, 48430, 54041, 55231, 78161) and `institute_programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 4286
        • 1: 4287
        • 2: 4288
        • 3: 4289
        • 4: 5080
        • 5: 5081
        • 6: 5082
        • 7: 5083
        • 8: 5084
        • 9: 5085
        • 10: 5086
        • 11: 5088
        • 12: 5090
        • 13: 5091
        • 14: 5092
        • 15: 5093
        • 16: 5094
        • 17: 5095
        • 18: 5107
        • 19: 5110
        • 20: 5111
        • 21: 8507
        • 22: 9897
        • 23: 9898
        • 24: 9899
        • 25: 9984
        • 26: 9985
        • 27: 9986
        • 28: 10247
        • 29: 10248
        • 30: 10249
        • 31: 10250
        • 32: 10251
        • 33: 11107
        • 34: 11155
        • 35: 11159
        • 36: 11424
        • 37: 11425
        • 38: 11426
        • 39: 11427
        • 40: 11428
        • 41: 11429
        • 42: 11430
        • 43: 16818
        • 44: 16819
        • 45: 16820
        • 46: 16821
        • 47: 16822
        • 48: 16823
        • 49: 16824
        • 50: 16825
        • 51: 16826
        • 52: 16827
        • 53: 18406
        • 54: 18755
        • 55: 21138
        • 56: 22085
        • 57: 22140
        • 58: 22141
        • 59: 22142
        • 60: 22143
        • 61: 22144
        • 62: 22298
        • 63: 24065
        • 64: 24463
        • 65: 24609
        • 66: 24729
        • 67: 24770
        • 68: 24779
        • 69: 24865
        • 70: 25211
        • 71: 47002
        • 72: 48430
        • 73: 54041
        • 74: 55231
        • 75: 78161
        • 76: 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_new2.42msselect * from `institutes` where `id` in (364, 364, 364, 1565, 2523, 2523, 2523, 2523, 2523, 2523, 2536, 2536, 2536, 2542, 2542, 2542, 2542, 2542, 2613, 2615, 2615, 1066, 7561, 7561, 7561, 7576, 7576, 7576, 7639, 7639, 7645, 7645, 7645, 7802, 7819, 7819, 1808, 1808, 1808, 1808, 1808, 1808, 7875, 10004, 10123, 10123, 10123, 10123, 10123, 10123, 10123, 10124, 10124, 11296, 11675, 1027, 13125, 13147, 13147, 13147, 13147, 13150, 13136, 13628, 13691, 13732, 13766, 13787, 13787, 13840, 13960, 942, 3804, 17290) 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` = 2 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: 364
        • 1: 364
        • 2: 364
        • 3: 1565
        • 4: 2523
        • 5: 2523
        • 6: 2523
        • 7: 2523
        • 8: 2523
        • 9: 2523
        • 10: 2536
        • 11: 2536
        • 12: 2536
        • 13: 2542
        • 14: 2542
        • 15: 2542
        • 16: 2542
        • 17: 2542
        • 18: 2613
        • 19: 2615
        • 20: 2615
        • 21: 1066
        • 22: 7561
        • 23: 7561
        • 24: 7561
        • 25: 7576
        • 26: 7576
        • 27: 7576
        • 28: 7639
        • 29: 7639
        • 30: 7645
        • 31: 7645
        • 32: 7645
        • 33: 7802
        • 34: 7819
        • 35: 7819
        • 36: 1808
        • 37: 1808
        • 38: 1808
        • 39: 1808
        • 40: 1808
        • 41: 1808
        • 42: 7875
        • 43: 10004
        • 44: 10123
        • 45: 10123
        • 46: 10123
        • 47: 10123
        • 48: 10123
        • 49: 10123
        • 50: 10123
        • 51: 10124
        • 52: 10124
        • 53: 11296
        • 54: 11675
        • 55: 1027
        • 56: 13125
        • 57: 13147
        • 58: 13147
        • 59: 13147
        • 60: 13147
        • 61: 13150
        • 62: 13136
        • 63: 13628
        • 64: 13691
        • 65: 13732
        • 66: 13766
        • 67: 13787
        • 68: 13787
        • 69: 13840
        • 70: 13960
        • 71: 942
        • 72: 3804
        • 73: 17290
        • 74: active
        • 75: cs
        • 76: 0
        • 77: 2
        • 78: active
        • 79: 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
      • Exam.php#116db_collegesearch_new2.2msselect distinct `id`, `course_id`, `program_id`, `institute_id`, `institute_course_name`, `duration`, `total_seats`, `description`, `eligibility_content` from `institute_programs` where `institute_programs`.`institute_id` in (364, 942, 1027, 1066, 1565, 1808, 2523, 2536, 2542, 2613) and `id` in (4286, 4287, 4288, 4289, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5088, 5090, 5091, 5092, 5093, 5094, 5095, 5107, 5110, 5111, 8507, 9897, 9898, 9899, 9984, 9985, 9986, 10247, 10248, 10249, 10250, 10251, 11107, 11155, 11159, 11424, 11425, 11426, 11427, 11428, 11429, 11430, 16818, 16819, 16820, 16821, 16822, 16823, 16824, 16825, 16826, 16827, 18406, 18755, 21138, 22085, 22140, 22141, 22142, 22143, 22144, 22298, 24065, 24463, 24609, 24729, 24770, 24779, 24865, 25211, 47002, 48430, 54041, 55231, 78161) and `institute_programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 4286
        • 1: 4287
        • 2: 4288
        • 3: 4289
        • 4: 5080
        • 5: 5081
        • 6: 5082
        • 7: 5083
        • 8: 5084
        • 9: 5085
        • 10: 5086
        • 11: 5088
        • 12: 5090
        • 13: 5091
        • 14: 5092
        • 15: 5093
        • 16: 5094
        • 17: 5095
        • 18: 5107
        • 19: 5110
        • 20: 5111
        • 21: 8507
        • 22: 9897
        • 23: 9898
        • 24: 9899
        • 25: 9984
        • 26: 9985
        • 27: 9986
        • 28: 10247
        • 29: 10248
        • 30: 10249
        • 31: 10250
        • 32: 10251
        • 33: 11107
        • 34: 11155
        • 35: 11159
        • 36: 11424
        • 37: 11425
        • 38: 11426
        • 39: 11427
        • 40: 11428
        • 41: 11429
        • 42: 11430
        • 43: 16818
        • 44: 16819
        • 45: 16820
        • 46: 16821
        • 47: 16822
        • 48: 16823
        • 49: 16824
        • 50: 16825
        • 51: 16826
        • 52: 16827
        • 53: 18406
        • 54: 18755
        • 55: 21138
        • 56: 22085
        • 57: 22140
        • 58: 22141
        • 59: 22142
        • 60: 22143
        • 61: 22144
        • 62: 22298
        • 63: 24065
        • 64: 24463
        • 65: 24609
        • 66: 24729
        • 67: 24770
        • 68: 24779
        • 69: 24865
        • 70: 25211
        • 71: 47002
        • 72: 48430
        • 73: 54041
        • 74: 55231
        • 75: 78161
        • 76: 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
      • Exam.php#116db_collegesearch_new1.4msselect `id`, `name` from `programs` where `programs`.`id` in (1632, 2264, 2265, 2266, 2267, 2268, 2270, 2276, 2278, 2306, 2348, 2384, 2883, 3437) and `programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 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
      • Exam.php#116db_collegesearch_new1.55msselect * from `courses` where `courses`.`id` in (2, 8, 10, 25) and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 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
      • Exam.php#116db_collegesearch_new2msselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (4286, 4287, 4288, 4289, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5088, 5090, 5091, 5092, 5093, 5094, 5095, 5107, 8507, 11424, 11425, 11426, 11427, 11428, 11429, 21138, 47002) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 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
      • Exam.php#116db_collegesearch_new2msselect * from `institute_program_placements` where `institute_program_placements`.`institute_program_id` in (4286, 4287, 4288, 4289, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5088, 5090, 5091, 5092, 5093, 5094, 5095, 5107, 8507, 11424, 11425, 11426, 11427, 11428, 11429, 21138, 47002) and `institute_program_placements`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 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
      • Exam.php#116db_collegesearch_new1.63msselect * from `institute_program_contents` where `institute_program_contents`.`institute_program_id` in (4286, 4287, 4288, 4289, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5088, 5090, 5091, 5092, 5093, 5094, 5095, 5107, 8507, 11424, 11425, 11426, 11427, 11428, 11429, 21138, 47002) and `institute_program_contents`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 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
      • Institute.php#174db_collegesearch_new1.59msselect `name` from `cities` where `id` = 39 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 39
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new730μ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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new1.08msselect `name` from `cities` where `id` = 265 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 265
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new950μsselect `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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new1.16msselect `name` from `cities` where `id` = 265 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 265
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new1.01msselect `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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new810μsselect `name` from `cities` where `id` = 24 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 24
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new530μ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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new960μsselect `name` from `cities` where `id` = 288 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 288
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new930μ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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new770μsselect `name` from `cities` where `id` = 71 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 71
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new990μsselect `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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new2.63msselect `name` from `cities` where `id` = 265 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 265
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new690μsselect `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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new13.83msselect `name` from `cities` where `id` = 24 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 24
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new940μ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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new1.49msselect `name` from `cities` where `id` = 39 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 39
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new880μ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/Institute.php:189
        • 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
      • Institute.php#174db_collegesearch_new970μsselect `name` from `cities` where `id` = 24 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 24
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • 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
      • Institute.php#189db_collegesearch_new1.06msselect `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/Institute.php:189
        • 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_new189msselect * from `articles` where `type` = 'article' and `link_type` = 'exam' and `link_id` = 48 and `articles`.`deleted_at` is null and `articles`.`status` = 'active' order by `created_at` desc
        Bindings
        • 0: article
        • 1: exam
        • 2: 48
        • 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_new195msselect * from `articles` where `type` = 'news' and `link_type` = 'exam' and `link_id` = 48 and `articles`.`deleted_at` is null and `articles`.`status` = 'active' order by `created_at` desc
        Bindings
        • 0: news
        • 1: exam
        • 2: 48
        • 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.35msselect `id`, `name`, `display_name`, `slug`, `logo` from `exams` where `course_id` = 2 and `exams`.`deleted_at` is null and `status` = 'active' limit 5
        Bindings
        • 0: 2
        • 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_new1.07msselect `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` = 21 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 21
        • 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.14msselect `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_new2.52msselect `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` = 22 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 22
        • 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_new650μ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#58db_collegesearch_new1.29msselect `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` = 23 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 23
        • 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_new710μ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#58db_collegesearch_new1.64msselect `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` = 24 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 24
        • 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.1msselect `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_new1.66msselect `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` = 26 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 26
        • 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#129db_collegesearch_new28.06msselect `question`, `answer` from `faqs` where `faqs`.`faq_type` = 'exam' and `faqs`.`faq_id` = 48 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: 48
        • 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_new26.03msselect `question`, `answer` from `faqs` where `faqs`.`faq_type` = 'exam' and `faqs`.`faq_id` = 48 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: 48
        • 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_new950μsselect * from `exam_feature_mappings` where `exam_id` = 48 and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active'
        Bindings
        • 0: 48
        • 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
      • ExamController.php#371db_collegesearch_new3.29msselect `id`, `name`, `type` from `exam_features` where `exam_features`.`id` in (13, 26) and `exam_features`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 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_new1.53msselect `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` = 48 and `exam_features`.`type` = 'exam_date' and `exam_feature_mappings`.`deleted_at` is null and `exam_feature_mappings`.`status` = 'active' limit 1
        Bindings
        • 0: 48
        • 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.72msselect * from `meta_tags` where `slug` = 'exams/punjab-met' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: exams/punjab-met
        • 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#491db_collegesearch_new2.9msselect `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` = 48 and `expiry_date` > '2025-04-25 07:52:58' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 2
        Bindings
        • 0: %exam-detail%
        • 1: %about%
        • 2: 48
        • 3: 2025-04-25 07:52:58
        Backtrace
        • app/helpers.php:491
        • 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#543db_collegesearch_new2.71msselect `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` = '2' and `expiry_date` > '2025-04-25 07:52:58' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 2
        Bindings
        • 0: %course%
        • 1: %about%
        • 2: 2
        • 3: 2025-04-25 07:52:58
        Backtrace
        • app/helpers.php:543
        • 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#156db_collegesearch_new950μsselect * from `brandings` where `section` = 'exam' and `brandings`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: exam
        • 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\InstituteProgram
      28InstituteProgram.php#?
      App\Models\InstituteProgramFeesSummary
      28InstituteProgramFeesSummary.php#?
      App\Models\InstituteProgramPlacement
      24InstituteProgramPlacement.php#?
      App\Models\Program
      14Program.php#?
      App\Models\Institute
      10Institute.php#?
      App\Models\City
      10City.php#?
      App\Models\State
      10State.php#?
      App\Models\Exam
      6Exam.php#?
      App\Models\ExamFeatureMapping
      6ExamFeatureMapping.php#?
      App\Models\ExamFeature
      6ExamFeature.php#?
      App\Models\Course
      5Course.php#?
      App\Models\ExamContent
      1ExamContent.php#?
      App\Models\Branding
      1Branding.php#?
          _token
          u2xQXCMSwOAh6SZTvFxfF72XSyZ91aNtROdLJwCl
          _previous
          array:1 [ "url" => "https://www.dev.collegesearch.in/exams/punjab-met" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /exams/punjab-met
          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 [ "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, 25 Apr 2025 07:52:58 GMT" ] "set-cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6IjBGRUtuS3VRdWwrNGpOY29tYUtUd2c9PSIsInZhbHVlIjoib1RMOXplUXk2RTIyeFpqRnJCRllVRGh5U2dSZ08zN0RMNkZWZkNpaDNLKzAwSGc1Qk4yKy80YU92ZjMvU2RvczFGSlBIQUFtTWVqYlpTWWhCeXNvS2w2RytLdUROR3NpQTdTQ09PU1dGaGtqK1R4a3RNWFV3dGtIZlN6N0NrRFAiLCJtYWMiOiIyNTE3MmI4MTNmMWU2NTIyMzQzNWIxOGMyY2RlYjFlY2RmNjk0OGZlM2Q1NDJlMGQwOWJkYzg1MTMzYTk0ZWUwIiwidGFnIjoiIn0%3D; expires=Fri, 25 Apr 2025 09:52:58 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjBGRUtuS3VRdWwrNGpOY29tYUtUd2c9PSIsInZhbHVlIjoib1RMOXplUXk2RTIyeFpqRnJCRllVRGh5U2dSZ08zN0RMNkZWZkNpaDNLKzAwSGc1Qk4yKy80YU92ZjMvU2RvczFGSlBIQ" 1 => "laravel_session=eyJpdiI6IlFIQVlXZW13Q25Halh1VXlSdGF3UXc9PSIsInZhbHVlIjoiMnJ6Q1hDM0MrUUlsNElvWU04WTZrTlJjaHBCakpSQXdoWnF2NE1KWTNCQWRpVlBBQkI0WGh2cmtYRVlML3I5ZkM0a0ttS1ZBT253QWRZNTlieUJUbVpubnFaOUtLM3ZhU0p5VmJNL1NHZyt1aXFIdDJkWlArSXpGOUQ4QVVUblciLCJtYWMiOiJjYjEyODRlYjFkOWExMTVhZjliNTg3Y2NhODkzNWEzMGNjOWNkMDJjOWE4M2MxZGEyNGE1NjE0MThiYzZkOTlmIiwidGFnIjoiIn0%3D; expires=Fri, 25 Apr 2025 09:52:58 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlaravel_session=eyJpdiI6IlFIQVlXZW13Q25Halh1VXlSdGF3UXc9PSIsInZhbHVlIjoiMnJ6Q1hDM0MrUUlsNElvWU04WTZrTlJjaHBCakpSQXdoWnF2NE1KWTNCQWRpVlBBQkI0WGh2cmtYRVlML3I5ZkM0" 2 => "course_id=2; expires=Sat, 25 Apr 2026 07:52:58 GMT; Max-Age=31536000; path=/; samesite=lax" 3 => "course_name=MBA%20%2F%20PGDM; expires=Sat, 25 Apr 2026 07:52:58 GMT; Max-Age=31536000; path=/; samesite=lax" ] "Set-Cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6IjBGRUtuS3VRdWwrNGpOY29tYUtUd2c9PSIsInZhbHVlIjoib1RMOXplUXk2RTIyeFpqRnJCRllVRGh5U2dSZ08zN0RMNkZWZkNpaDNLKzAwSGc1Qk4yKy80YU92ZjMvU2RvczFGSlBIQUFtTWVqYlpTWWhCeXNvS2w2RytLdUROR3NpQTdTQ09PU1dGaGtqK1R4a3RNWFV3dGtIZlN6N0NrRFAiLCJtYWMiOiIyNTE3MmI4MTNmMWU2NTIyMzQzNWIxOGMyY2RlYjFlY2RmNjk0OGZlM2Q1NDJlMGQwOWJkYzg1MTMzYTk0ZWUwIiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 09:52:58 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjBGRUtuS3VRdWwrNGpOY29tYUtUd2c9PSIsInZhbHVlIjoib1RMOXplUXk2RTIyeFpqRnJCRllVRGh5U2dSZ08zN0RMNkZWZkNpaDNLKzAwSGc1Qk4yKy80YU92ZjMvU2RvczFGSlBIQ" 1 => "laravel_session=eyJpdiI6IlFIQVlXZW13Q25Halh1VXlSdGF3UXc9PSIsInZhbHVlIjoiMnJ6Q1hDM0MrUUlsNElvWU04WTZrTlJjaHBCakpSQXdoWnF2NE1KWTNCQWRpVlBBQkI0WGh2cmtYRVlML3I5ZkM0a0ttS1ZBT253QWRZNTlieUJUbVpubnFaOUtLM3ZhU0p5VmJNL1NHZyt1aXFIdDJkWlArSXpGOUQ4QVVUblciLCJtYWMiOiJjYjEyODRlYjFkOWExMTVhZjliNTg3Y2NhODkzNWEzMGNjOWNkMDJjOWE4M2MxZGEyNGE1NjE0MThiYzZkOTlmIiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 09:52:58 GMT; path=/; secure; httponlylaravel_session=eyJpdiI6IlFIQVlXZW13Q25Halh1VXlSdGF3UXc9PSIsInZhbHVlIjoiMnJ6Q1hDM0MrUUlsNElvWU04WTZrTlJjaHBCakpSQXdoWnF2NE1KWTNCQWRpVlBBQkI0WGh2cmtYRVlML3I5ZkM0" 2 => "course_id=2; expires=Sat, 25-Apr-2026 07:52:58 GMT; path=/" 3 => "course_name=MBA+%2F+PGDM; expires=Sat, 25-Apr-2026 07:52:58 GMT; path=/" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "u2xQXCMSwOAh6SZTvFxfF72XSyZ91aNtROdLJwCl" "_previous" => array:1 [ "url" => "https://www.dev.collegesearch.in/exams/punjab-met" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-25 07:52:58GET/exams/punjab-met1256149