JT Mahajan College of Engineering, Jalgaon Course & Fees

Course & Duration Total Fees
B.Tech / B.E.
4 Years | Full Time | On Campus

₹ 2,14,000

Get Fees Details
M.Tech / M.E.
2 Years | Full Time | On Campus

₹ 1,53,000

Get Fees Details
Polytechnic Course
3 Years | Full Time | On Campus
Get Fees Details

B.Tech / B.E.

5 Programs | 4 Years
Check Eligibility Brochure

All Programs of B.Tech / B.E.

Bachelor of Engineering Civil Engineering Total Fees : ₹ 2,14,000

Admission 2025

View Brochure

Admission 2025

View Brochure

Admission 2025

View Brochure

Admission 2025

View Brochure
Show All Programs

M.Tech / M.E.

2 Programs | 2 Years
Check Eligibility Brochure

All Programs of M.Tech / M.E.

Admission 2025

View Brochure

Admission 2025

View Brochure

Polytechnic Course

1 Programs | 3 Years
Check Eligibility Brochure

All Programs of Polytechnic Course

Polytechnic Course Total Fees : ₹ 75,000

Admission 2025

View Brochure

Student's Rating for JT Mahajan College of Engineering, Jalgaon

Student Reviews & Ratings
4.4/5 Based on 2 Verified Reviews
Component Ratings
Faculty Rating 4
Infrastructure Rating 4
Club Rating 3.5

Gallery

5 Images
Computer center

Computer center

Auditorium

Auditorium

Library

Library

Sports

Sports

Campus

Campus

View All 5 Images

Contact Details

Address

Nhavi Marg, PO MSSK Faizpur

College Contact

24XXXXXX79

Email

biXXXXXXom

Get Contact Details

JT Mahajan College of Engineering, Jalgaon 4.4/5 (2 reviews)

Shortlist

Brochure

Request history8.3.19PHP Version190msRequest Duration3MBMemory UsageGET {type}/{slug}/{tab}Route
    • Booting (7.59ms)time
    • Application (182ms)time
    • 1 x Application (96%)
      182ms
      1 x Booting (3.99%)
      7.59ms
      12 templates were rendered
      • pages.college-profile.descriptiondescription.blade.php#?blade
      • components.breadcrumbbreadcrumb.blade.php#?blade
      • components.navbarnavbar.blade.php#?blade
      • components.total-reviewtotal-review.blade.php#?blade
      • components.videoslistingvideoslisting.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 {type}/{slug}/{tab}
      middleware
      web
      domain
      www.dev.collegesearch.in
      controller
      App\Http\Controllers\CollegeController@description
      as
      colleges_university.profile.tabs
      namespace
      prefix
      /{type}
      where
      file
      app/Http/Controllers/CollegeController.php:41-169
      59 statements were executed (25 duplicates)Show only duplicates113ms
      • 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_new8.44msselect * from `seo_redirects` where `redirect_from` = '/colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees' limit 1
        Bindings
        • 0: /colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees
        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_new950μsselect * from `meta_tags` where `slug` = 'colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees
        • 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_new880μsselect * from `default_meta_tags` where `module` = 'college' and `default_meta_tags`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: college
        • 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
      • CollegeController.php#66db_collegesearch_new1.13msselect `institutes`.*, (select count(*) from `institute_reviews` where `institutes`.`id` = `institute_reviews`.`institute_id` and `institute_reviews`.`deleted_at` is null and `status` = 'active') as `reviews_count` from `institutes` where `slug` = 'jt-mahajan-college-of-engineering-jalgaon' and `institutes`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: active
        • 1: jt-mahajan-college-of-engineering-jalgaon
        • 2: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:66
        • 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
      • CollegeController.php#66db_collegesearch_new670μsselect `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 (531) and `institute_programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:66
        • 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
      • CollegeController.php#66db_collegesearch_new1.29msselect `id`, `name` from `programs` where `programs`.`id` in (14, 20, 64, 68, 1608, 1789, 3705, 3765) and `programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:66
        • 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
      • CollegeController.php#66db_collegesearch_new1.28msselect `id`, `name` from `courses` where `courses`.`id` in (1, 10, 74) and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:66
        • 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
      • CollegeController.php#66db_collegesearch_new790μsselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (1922, 1923, 1924, 1925, 7974, 7975, 46118, 46119) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:66
        • 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
      • CollegeController.php#66db_collegesearch_new810μsselect * from `institute_program_placements` where `institute_program_placements`.`institute_program_id` in (1922, 1923, 1924, 1925, 7974, 7975, 46118, 46119) and `institute_program_placements`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:66
        • 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
      • CollegeController.php#66db_collegesearch_new990μsselect * from `institute_program_contents` where `institute_program_contents`.`institute_program_id` in (1922, 1923, 1924, 1925, 7974, 7975, 46118, 46119) and `institute_program_contents`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:66
        • 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
      • Institute.php#174db_collegesearch_new820μsselect `name` from `cities` where `id` = 131 and `cities`.`deleted_at` is null and `cities`.`status` = 'active' order by `cities`.`name` asc limit 1
        Bindings
        • 0: 131
        • 1: active
        Backtrace
        • app/Models/Institute.php:174
        • app/Http/Controllers/CollegeController.php:279
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#189db_collegesearch_new740μ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/CollegeController.php:279
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • CollegeController.php#711db_collegesearch_new970μsselect `institute_id`, `title`, `subpage_description`, `created_by`, `updated_by`, `type`, `updated_at` from `institute_contents` where `institute_contents`.`institute_id` = 531 and `institute_contents`.`institute_id` is not null and `type` = 'courses-fees' and `institute_contents`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: 531
        • 1: courses-fees
        • 2: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:711
        • app/Http/Controllers/CollegeController.php:281
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • CollegeController.php#282db_collegesearch_new1.25msselect * from `institute_feature_mappings` where `institute_feature_mappings`.`institute_id` = 531 and `institute_feature_mappings`.`institute_id` is not null and `institute_feature_mappings`.`deleted_at` is null
        Bindings
        • 0: 531
        Backtrace
        • app/Http/Controllers/CollegeController.php:282
        • app/Http/Controllers/CollegeController.php:76
        • 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
      • CollegeController.php#747db_collegesearch_new1.06msselect `institute_id`, `title`, `info_description`, `created_by`, `type`, `updated_by`, `created_at`, `updated_at` from `institute_contents` where `institute_contents`.`institute_id` = 531 and `institute_contents`.`institute_id` is not null and `type` != 'about' and `institute_contents`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 531
        • 1: about
        • 2: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:747
        • app/Http/Controllers/CollegeController.php:283
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • CollegeController.php#747db_collegesearch_new2.29msselect `id`, `name`, `email`, `image` from `admins` where `admins`.`id` in (285) and `admins`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/CollegeController.php:747
        • app/Http/Controllers/CollegeController.php:283
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • CollegeController.php#758db_collegesearch_new840μsselect count(*) as aggregate from `institute_recruiters` where `institute_recruiters`.`institute_id` = 531 and `institute_recruiters`.`institute_id` is not null and `institute_recruiters`.`deleted_at` is null and `status` = 'active' limit 30
        Bindings
        • 0: 531
        • 1: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:758
        • app/Http/Controllers/CollegeController.php:283
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#210db_collegesearch_new980μsselect `id`, `institute_id`, `media_type`, `file_name`, `title` from `institute_images` where `institute_images`.`institute_id` = 531 and `institute_images`.`institute_id` is not null and `institute_images`.`deleted_at` is null and `status` = 'active' order by `updated_at` desc
        Bindings
        • 0: 531
        • 1: active
        Backtrace
        • app/Models/Institute.php:210
        • app/Http/Controllers/CollegeController.php:759
        • app/Http/Controllers/CollegeController.php:283
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
      • CollegeController.php#760db_collegesearch_new2.71msselect `institute_id`, `name`, `position`, `education`, `speciality`, `icon` from `institute_faculties` where `institute_faculties`.`institute_id` = 531 and `institute_faculties`.`institute_id` is not null and `institute_faculties`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 531
        • 1: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:760
        • app/Http/Controllers/CollegeController.php:283
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#210db_collegesearch_new810μsselect `id`, `institute_id`, `media_type`, `file_name`, `title` from `institute_images` where `institute_images`.`institute_id` = 531 and `institute_images`.`institute_id` is not null and `institute_images`.`deleted_at` is null and `status` = 'active' order by `updated_at` desc
        Bindings
        • 0: 531
        • 1: active
        Backtrace
        • app/Models/Institute.php:210
        • app/Http/Controllers/CollegeController.php:285
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#138db_collegesearch_new1.51msselect count(*) as aggregate from `institute_reviews` where `institute_reviews`.`institute_id` = 531 and `institute_reviews`.`institute_id` is not null and `admission_review` is not null and `admission_review` != '' and `institute_reviews`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 531
        • 1: 
        • 2: active
        Backtrace
        • app/Models/Institute.php:138
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#151db_collegesearch_new1.12msselect * from `institute_reviews` where `institute_reviews`.`institute_id` = 531 and `institute_reviews`.`institute_id` is not null and `admission_review` is not null and `admission_review` != '' and `institute_reviews`.`deleted_at` is null and `status` = 'active' order by LENGTH(admission_review) DESC, `created_at` desc limit 2
        Bindings
        • 0: 531
        • 1: 
        • 2: active
        Backtrace
        • app/Models/Institute.php:151
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#151db_collegesearch_new1.01msselect `id`, `name`, `email`, `student_image` from `students` where `students`.`id` in (27943)
        Backtrace
        • app/Models/Institute.php:151
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#138db_collegesearch_new1.55msselect count(*) as aggregate from `institute_reviews` where `institute_reviews`.`institute_id` = 531 and `institute_reviews`.`institute_id` is not null and `placement_review` is not null and `placement_review` != '' and `institute_reviews`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 531
        • 1: 
        • 2: active
        Backtrace
        • app/Models/Institute.php:138
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#151db_collegesearch_new1.3msselect * from `institute_reviews` where `institute_reviews`.`institute_id` = 531 and `institute_reviews`.`institute_id` is not null and `placement_review` is not null and `placement_review` != '' and `institute_reviews`.`deleted_at` is null and `status` = 'active' order by LENGTH(placement_review) DESC, `created_at` desc limit 2
        Bindings
        • 0: 531
        • 1: 
        • 2: active
        Backtrace
        • app/Models/Institute.php:151
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#151db_collegesearch_new610μsselect `id`, `name`, `email`, `student_image` from `students` where `students`.`id` in (27943)
        Backtrace
        • app/Models/Institute.php:151
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#138db_collegesearch_new1.15msselect count(*) as aggregate from `institute_reviews` where `institute_reviews`.`institute_id` = 531 and `institute_reviews`.`institute_id` is not null and `faculty_review` is not null and `faculty_review` != '' and `institute_reviews`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 531
        • 1: 
        • 2: active
        Backtrace
        • app/Models/Institute.php:138
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#151db_collegesearch_new1.6msselect * from `institute_reviews` where `institute_reviews`.`institute_id` = 531 and `institute_reviews`.`institute_id` is not null and `faculty_review` is not null and `faculty_review` != '' and `institute_reviews`.`deleted_at` is null and `status` = 'active' order by LENGTH(faculty_review) DESC, `created_at` desc limit 2
        Bindings
        • 0: 531
        • 1: 
        • 2: active
        Backtrace
        • app/Models/Institute.php:151
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Institute.php#151db_collegesearch_new570μsselect `id`, `name`, `email`, `student_image` from `students` where `students`.`id` in (27943)
        Backtrace
        • app/Models/Institute.php:151
        • app/Http/Controllers/CollegeController.php:289
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • CollegeController.php#349db_collegesearch_new970μsselect * from `institute_course_summaries` where `institute_id` = 531 and `institute_course_summaries`.`deleted_at` is null group by `course_id`
        Bindings
        • 0: 531
        Backtrace
        • app/Http/Controllers/CollegeController.php:349
        • app/Http/Controllers/CollegeController.php:76
        • 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
      • CollegeController.php#349db_collegesearch_new770μsselect * from `courses` where `courses`.`id` in (1, 10, 74) and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:349
        • app/Http/Controllers/CollegeController.php:76
        • 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#226db_collegesearch_new32.24msselect `question`, `answer` from `faqs` where `faqs`.`faq_type` = 'institute' and `faqs`.`faq_id` = 531 and `faqs`.`faq_id` is not null and `sub_type` = 'courses-fees' and `faq_type` = 'institute' and `faqs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: institute
        • 1: 531
        • 2: courses-fees
        • 3: institute
        • 4: active
        Backtrace
        • app/Models/Institute.php:226
        • app/Http/Controllers/CollegeController.php:660
        • app/Http/Controllers/CollegeController.php:76
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • CollegeController.php#661db_collegesearch_new1.2msselect * from `institute_ratings` where `institute_ratings`.`institute_id` = 531 and `institute_ratings`.`institute_id` is not null and `institute_ratings`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: 531
        • 1: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:661
        • app/Http/Controllers/CollegeController.php:76
        • 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
      • CollegeController.php#662db_collegesearch_new840μsselect * from `institute_documents` where `institute_documents`.`institute_id` = 531 and `institute_documents`.`institute_id` is not null and `institute_documents`.`deleted_at` is null and `status` = 'active' order by `id` desc
        Bindings
        • 0: 531
        • 1: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:662
        • app/Http/Controllers/CollegeController.php:76
        • 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
      • CollegeController.php#974db_collegesearch_new1.39msselect distinct `course_id` from `institute_programs` where `institute_id` = 531 and `institute_programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 531
        • 1: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:974
        • app/Http/Controllers/CollegeController.php:96
        • 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
      • CollegeController.php#980db_collegesearch_new750μsselect distinct `exam_id` from `institute_program_exam_mappings` inner join `institute_programs` on `institute_programs`.`id` = `institute_program_exam_mappings`.`institute_program_id` where `institute_programs`.`institute_id` = 531
        Bindings
        • 0: 531
        Backtrace
        • app/Http/Controllers/CollegeController.php:980
        • app/Http/Controllers/CollegeController.php:96
        • 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_new2.08msselect `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 '%cp%' and `sub_type` like '%courses-fees%' and `module_id` = 531 and `expiry_date` > '2025-07-27 15:58:51' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 2
        Bindings
        • 0: %cp%
        • 1: %courses-fees%
        • 2: 531
        • 3: 2025-07-27 15:58:51
        Backtrace
        • app/helpers.php:496
        • app/Http/Controllers/CollegeController.php:96
        • 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#511db_collegesearch_new2.45msselect `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%' and `sub_type` like '%about%' and `module_id` in ('161', '2072', '20', '116') and `expiry_date` > '2025-07-27 15:58:51' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 4
        Bindings
        • 0: %exam%
        • 1: %about%
        • 2: 161
        • 3: 2072
        • 4: 20
        • 5: 116
        • 6: 2025-07-27 15:58:51
        Backtrace
        • app/helpers.php:511
        • app/Http/Controllers/CollegeController.php:96
        • 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#525db_collegesearch_new1.94msselect `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 `module_id` in ('1', '10', '74') and `sub_type` like '%about%' and `expiry_date` > '2025-07-27 15:58:51' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 1
        Bindings
        • 0: %course%
        • 1: 1
        • 2: 10
        • 3: 74
        • 4: %about%
        • 5: 2025-07-27 15:58:51
        Backtrace
        • app/helpers.php:525
        • app/Http/Controllers/CollegeController.php:96
        • 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
      • CollegeController.php#826db_collegesearch_new630μsselect * from `meta_tags` where `slug` = 'colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees
        • 1: active
        Backtrace
        • app/Http/Controllers/CollegeController.php:826
        • app/Http/Controllers/CollegeController.php:128
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new970μsselect * from `institute_programs` where `id` in ('1922', '1923', '1924', '1925', '46118') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 1922
        • 1: 1923
        • 2: 1924
        • 3: 1925
        • 4: 46118
        • 5: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:674
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new810μsselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (1922, 1923, 1924, 1925) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:674
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new720μsselect * from `institute_programs` where `id` in ('1922', '1923', '1924', '1925', '46118') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 1922
        • 1: 1923
        • 2: 1924
        • 3: 1925
        • 4: 46118
        • 5: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:701
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new650μsselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (1922, 1923, 1924, 1925) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:701
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new1.19msselect * from `institute_programs` where `id` in ('1922', '1923', '1924', '1925', '46118') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 1922
        • 1: 1923
        • 2: 1924
        • 3: 1925
        • 4: 46118
        • 5: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:754
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new740μsselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (1922, 1923, 1924, 1925) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:754
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new740μsselect * from `institute_programs` where `id` in ('7974', '7975') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 7974
        • 1: 7975
        • 2: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:674
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new1.28msselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (7974, 7975) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:674
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new710μsselect * from `institute_programs` where `id` in ('7974', '7975') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 7974
        • 1: 7975
        • 2: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:701
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new1.12msselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (7974, 7975) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:701
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new1.1msselect * from `institute_programs` where `id` in ('7974', '7975') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 7974
        • 1: 7975
        • 2: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:754
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new900μsselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (7974, 7975) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:754
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new980μsselect * from `institute_programs` where `id` in ('46119') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 46119
        • 1: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:674
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new940μsselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (46119) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:674
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new1msselect * from `institute_programs` where `id` in ('46119') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 46119
        • 1: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:701
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new1.33msselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (46119) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:701
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new2.08msselect * from `institute_programs` where `id` in ('46119') and `institute_programs`.`deleted_at` is null and `status` = 'active' limit 4
        Bindings
        • 0: 46119
        • 1: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:754
        • 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
      • InstituteCourseSummary.php#26db_collegesearch_new9.78msselect * from `institute_program_fees_summaries` where `institute_program_fees_summaries`.`institute_program_id` in (46119) and `institute_program_fees_summaries`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: active
        Backtrace
        • app/Models/InstituteCourseSummary.php:26
        • view::pages.college-profile.description:754
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • helpers.php#157db_collegesearch_new940μsselect * from `brandings` where `section` = 'institute' and `brandings`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: institute
        • 1: active
        Backtrace
        • app/helpers.php:157
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      App\Models\InstituteProgram
      32InstituteProgram.php#?
      App\Models\InstituteProgramFeesSummary
      29InstituteProgramFeesSummary.php#?
      App\Models\DefaultMetaTag
      13DefaultMetaTag.php#?
      App\Models\InstituteImage
      10InstituteImage.php#?
      App\Models\Program
      8Program.php#?
      App\Models\Course
      6Course.php#?
      App\Models\InstituteReview
      6InstituteReview.php#?
      App\Models\InstituteProgramPlacement
      5InstituteProgramPlacement.php#?
      App\Models\InstituteProgramExamMapping
      4InstituteProgramExamMapping.php#?
      App\Models\User
      3User.php#?
      App\Models\InstituteCourseSummary
      3InstituteCourseSummary.php#?
      App\Models\Branding
      3Branding.php#?
      App\Models\Institute
      1Institute.php#?
      App\Models\City
      1City.php#?
      App\Models\State
      1State.php#?
      App\Models\InstituteContent
      1InstituteContent.php#?
      App\Models\Admin
      1Admin.php#?
      App\Models\InstituteFaculty
      1InstituteFaculty.php#?
      App\Models\InstituteRating
      1InstituteRating.php#?
          _token
          jpbI5Ue2ftrMJ62pqAAL2rQTAjWuId4JDRGzp9pw
          _previous
          array:1 [ "url" => "https://www.dev.collegesearch.in/colleges/jt-mahajan-college-of-engineering-ja...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "host" => array:1 [ 0 => "www.dev.collegesearch.in" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6Im5zNElqR2drZjRKR1l2TUhHZzNoY0E9PSIsInZhbHVlIjoiVjk5VEV5RERBMW9qbmloU3NVSkR4QWNza1UramlmNEpUS3hTZDkwNkVIdy9jTXNsaVRLYnMzeGZUektSUXBRUTlMV1Y4a21rUjVUYm9iZ2lkM0tvZFZaWEdoMGhDdzB4ZTE1dkgwaG1hQ3lIOUJQZVlLN1lkRUtzZkVnUDJITUwiLCJtYWMiOiIxOWNjMTc2ZDljMDg1NTliZGQ1ZThlNGUwZGJjNzAxMWJmMTEzMjRiMDIwNTRlYWM2NDEzZmRjZWZjZWNkM2MxIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6Iis0dXVSRk5ycXN5WVNGUkptUWF0REE9PSIsInZhbHVlIjoiTkpBMVNhSVhubVdtOFhSSmF0Q0M3SllmV0xzOVV6a0ZzNzNkdFpBeHNMU0c4VGxGeDR6cU1GaUMrVG1qTlFJRGk1d3hRRlY2dmoxbnhWK0NQbTJXSW1kUkVxSUMwRFNzZ1JGY3dKUFZUL3dqTUtFMXpwY3FETmg4OTVSTXZ2WE0iLCJtYWMiOiI0OWU1NWFkYTcwZjE2MzA5MmYzNGJjMTRlOTVjZDFmNWJjZmM4YzU2ZmQ1YzlmMGQ1NzI2ZTEzODYyMTM2ZmI0IiwidGFnIjoiIn0%3D; course_id=23; course_name=BSc; viewed_colleges=%5B2067%2C30%2C7754%2C13445%2C8751%2C38975%5DXSRF-TOKEN=eyJpdiI6Im5zNElqR2drZjRKR1l2TUhHZzNoY0E9PSIsInZhbHVlIjoiVjk5VEV5RERBMW9qbmloU3NVSkR4QWNza1UramlmNEpUS3hTZDkwNkVIdy9jTXNsaVRLYnMzeGZUektSUXBRUTlMV1Y4a" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
          request_cookies
          0 of 0
          array:5 [ "XSRF-TOKEN" => "jpbI5Ue2ftrMJ62pqAAL2rQTAjWuId4JDRGzp9pw" "laravel_session" => "s5AU3F6XMkKrkDmR2oy3SV8NxVKOBfvR9FmoQb3G" "course_id" => "23" "course_name" => "BSc" "viewed_colleges" => "[2067,30,7754,13445,8751,38975]" ]
          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, 27 Jul 2025 15:58:51 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IllMcGg3MXJGcDV6NHlscC9vcVpDYkE9PSIsInZhbHVlIjoidVFPQnRHZlFsRzg0WUY3Tm4zczRkK1JsTHFyenMxa1JqTXRqS2JFQmxnbGswNHNWN1BNd2cxcjF2enhPaTUyT0RyQ1N1M0lhWGRYc05iblhWUjJsZ0JTYkZpcTVEUEpzeG5wdUNLZW9kQnhkMXpaNkNEMlhIZXNHWCtzNW11UWgiLCJtYWMiOiJiNzE4NWZkNmI3Y2JmMTZkMzFhODY4MmE5YTU0Yjk3OTc4MGNjMWY2NzA3N2I0MjRiYTAzYzczYzJiYjI3YjBhIiwidGFnIjoiIn0%3D; expires=Sun, 27 Jul 2025 17:58:51 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IllMcGg3MXJGcDV6NHlscC9vcVpDYkE9PSIsInZhbHVlIjoidVFPQnRHZlFsRzg0WUY3Tm4zczRkK1JsTHFyenMxa1JqTXRqS2JFQmxnbGswNHNWN1BNd2cxcjF2enhPaTUyT0RyQ1N1M" 1 => "laravel_session=eyJpdiI6IlhPM1NaRzJJZXhoMGtvUjZwaXo2Umc9PSIsInZhbHVlIjoiTE04S1hmOUptQUN4dkN3OFNZSHJ3QzVZUmJKL1RWbVFrcWhEZmpUN25KWERzeEkzdG5DTkVsTFBRZWRPbjBOVmk5SndTNVdZcC8wdmV4bU8rSWRIQTVSMFpNU21xV3hUcXJ1SGZGWG5BRU5ieEk0THhBM3JjRmZ6QjBDMjYzQm0iLCJtYWMiOiJiNzY5NjBhNTU4Yjg3NGRmM2ViYjBkMGNlNDM4ZjQyYzgwMzRkZGVlYTAzNzU0ZDhlM2JkYTIyOGU2NDA2MzlhIiwidGFnIjoiIn0%3D; expires=Sun, 27 Jul 2025 17:58:51 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlaravel_session=eyJpdiI6IlhPM1NaRzJJZXhoMGtvUjZwaXo2Umc9PSIsInZhbHVlIjoiTE04S1hmOUptQUN4dkN3OFNZSHJ3QzVZUmJKL1RWbVFrcWhEZmpUN25KWERzeEkzdG5DTkVsTFBRZWRPbjBOVmk5" 2 => "viewed_colleges=%5B2067%2C30%2C7754%2C13445%2C8751%2C38975%2C531%5D; expires=Tue, 26 Aug 2025 15:58:51 GMT; Max-Age=2592000; path=/; secure; httponly; samesite=laxviewed_colleges=%5B2067%2C30%2C7754%2C13445%2C8751%2C38975%2C531%5D; expires=Tue, 26 Aug 2025 15:58:51 GMT; Max-Age=2592000; path=/; secure; httponly; samesite=" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6IllMcGg3MXJGcDV6NHlscC9vcVpDYkE9PSIsInZhbHVlIjoidVFPQnRHZlFsRzg0WUY3Tm4zczRkK1JsTHFyenMxa1JqTXRqS2JFQmxnbGswNHNWN1BNd2cxcjF2enhPaTUyT0RyQ1N1M0lhWGRYc05iblhWUjJsZ0JTYkZpcTVEUEpzeG5wdUNLZW9kQnhkMXpaNkNEMlhIZXNHWCtzNW11UWgiLCJtYWMiOiJiNzE4NWZkNmI3Y2JmMTZkMzFhODY4MmE5YTU0Yjk3OTc4MGNjMWY2NzA3N2I0MjRiYTAzYzczYzJiYjI3YjBhIiwidGFnIjoiIn0%3D; expires=Sun, 27-Jul-2025 17:58:51 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IllMcGg3MXJGcDV6NHlscC9vcVpDYkE9PSIsInZhbHVlIjoidVFPQnRHZlFsRzg0WUY3Tm4zczRkK1JsTHFyenMxa1JqTXRqS2JFQmxnbGswNHNWN1BNd2cxcjF2enhPaTUyT0RyQ1N1M" 1 => "laravel_session=eyJpdiI6IlhPM1NaRzJJZXhoMGtvUjZwaXo2Umc9PSIsInZhbHVlIjoiTE04S1hmOUptQUN4dkN3OFNZSHJ3QzVZUmJKL1RWbVFrcWhEZmpUN25KWERzeEkzdG5DTkVsTFBRZWRPbjBOVmk5SndTNVdZcC8wdmV4bU8rSWRIQTVSMFpNU21xV3hUcXJ1SGZGWG5BRU5ieEk0THhBM3JjRmZ6QjBDMjYzQm0iLCJtYWMiOiJiNzY5NjBhNTU4Yjg3NGRmM2ViYjBkMGNlNDM4ZjQyYzgwMzRkZGVlYTAzNzU0ZDhlM2JkYTIyOGU2NDA2MzlhIiwidGFnIjoiIn0%3D; expires=Sun, 27-Jul-2025 17:58:51 GMT; path=/; secure; httponlylaravel_session=eyJpdiI6IlhPM1NaRzJJZXhoMGtvUjZwaXo2Umc9PSIsInZhbHVlIjoiTE04S1hmOUptQUN4dkN3OFNZSHJ3QzVZUmJKL1RWbVFrcWhEZmpUN25KWERzeEkzdG5DTkVsTFBRZWRPbjBOVmk5" 2 => "viewed_colleges=%5B2067%2C30%2C7754%2C13445%2C8751%2C38975%2C531%5D; expires=Tue, 26-Aug-2025 15:58:51 GMT; path=/; secure; httponly" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "jpbI5Ue2ftrMJ62pqAAL2rQTAjWuId4JDRGzp9pw" "_previous" => array:1 [ "url" => "https://www.dev.collegesearch.in/colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-27 15:58:51GET/colleges/jt-mahajan-college-of-engineering-jalgaon/courses-fees1259129