B.F.Tech Course: Details, subjects, Syllabus, Admission, Fees

B.F.Tech, Duration - 3 Years

Is this course a right fit? Check Eligibility

Table of Content

B.F.Tech Eligibility

fffvv

Alternate Course

Fashion Design - UG

Fashion Design - UG , 2 Years
Explore

Bachelor Of Design

B.Des , 2 Years
Explore

Register now for B.F.Tech colleges insights and priority admissions alerts!

Download Syllabus

Check Eligibility
Request history8.3.19PHP Version404msRequest Duration3MBMemory UsageGET course/{slug}Route
    • Booting (7ms)time
    • Application (397ms)time
    • 1 x Application (98.27%)
      397ms
      1 x Booting (1.73%)
      7.00ms
      10 templates were rendered
      • pages.course.indexindex.blade.php#?blade
      • components.breadcrumbbreadcrumb.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 course/{slug}
      middleware
      web
      domain
      www.dev.collegesearch.in
      controller
      App\Http\Controllers\CourseController@description
      as
      course.description
      namespace
      prefix
      /course
      where
      file
      app/Http/Controllers/CourseController.php:50-224
      23 statements were executed (6 duplicates)Show only duplicates369ms
      • 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_new5.81msselect * from `seo_redirects` where `redirect_from` = '/course/bftech' limit 1
        Bindings
        • 0: /course/bftech
        Backtrace
        • app/Http/Middleware/SoftRedirects.php:22
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • MetaChecker.php#20db_collegesearch_new1.05msselect * from `meta_tags` where `slug` = 'course/bftech' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: course/bftech
        • 1: active
        Backtrace
        • app/Http/Middleware/MetaChecker.php:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/SoftRedirects.php:28
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
      • helpers.php#722db_collegesearch_new1.15msselect * from `default_meta_tags` where `module` = 'course' and `default_meta_tags`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: course
        • 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
      • CourseController.php#71db_collegesearch_new9.85msselect * from `programs` where `slug` = 'bftech' and `programs`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: bftech
        • 1: active
        Backtrace
        • app/Http/Controllers/CourseController.php:71
        • 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
      • CourseController.php#77db_collegesearch_new1.24msselect * from `courses` where `slug` = 'bftech' and `courses`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: bftech
        • 1: active
        Backtrace
        • app/Http/Controllers/CourseController.php:77
        • 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
      • CourseController.php#77db_collegesearch_new1.05msselect * from `course_contents` where `course_contents`.`course_id` in (1209) and `course_contents`.`deleted_at` is null and `status` = 'Active'
        Bindings
        • 0: Active
        Backtrace
        • app/Http/Controllers/CourseController.php:77
        • 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#27db_collegesearch_new1.72msselect `id`, `name`, `slug`, `display_name`, `conducted_by`, `mode`, `logo` from `exams` where (`course_id` = 1209 and `status` = 'active') and `exams`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 1209
        • 1: active
        • 2: active
        Backtrace
        • app/Models/Exam.php:27
        • app/Http/Controllers/CourseController.php:398
        • app/Http/Controllers/CourseController.php:125
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Exam.php#27db_collegesearch_new1.29msselect `id`, `name`, `slug`, `display_name`, `conducted_by`, `mode`, `logo` from `exams` where (`course_id` = 1209 and `status` = 'active') and `exams`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 1209
        • 1: active
        • 2: active
        Backtrace
        • app/Models/Exam.php:27
        • app/Http/Controllers/CourseController.php:399
        • app/Http/Controllers/CourseController.php:125
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Article.php#114db_collegesearch_new141msselect * from `articles` where `type` = 'news' and `link_type` = 'course' and `link_id` = 1209 and `articles`.`deleted_at` is null and `articles`.`status` = 'active' order by `created_at` desc
        Bindings
        • 0: news
        • 1: course
        • 2: 1209
        • 3: active
        Backtrace
        • app/Models/Article.php:114
        • app/Http/Controllers/CourseController.php:401
        • app/Http/Controllers/CourseController.php:125
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Article.php#114db_collegesearch_new141msselect * from `articles` where `type` = 'article' and `link_type` = 'course' and `link_id` = 1209 and `articles`.`deleted_at` is null and `articles`.`status` = 'active' order by `created_at` desc
        Bindings
        • 0: article
        • 1: course
        • 2: 1209
        • 3: active
        Backtrace
        • app/Models/Article.php:114
        • app/Http/Controllers/CourseController.php:402
        • app/Http/Controllers/CourseController.php:125
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Course.php#63db_collegesearch_new2.88msselect * from `courses` where `courses`.`id` = 1209 and `courses`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: 1209
        • 1: active
        Backtrace
        • app/Models/Course.php:63
        • app/Http/Controllers/CourseController.php:403
        • app/Http/Controllers/CourseController.php:125
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Course.php#71db_collegesearch_new1.16msselect * from `courses` where `stream_id` = 7 and `degree_id` = 1 and `id` != 1209 and `status` = 'Active' and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 7
        • 1: 1
        • 2: 1209
        • 3: Active
        • 4: active
        Backtrace
        • app/Models/Course.php:71
        • app/Http/Controllers/CourseController.php:403
        • app/Http/Controllers/CourseController.php:125
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • InstituteProgram.php#30db_collegesearch_new11.3msselect count(distinct `institute_id`) as aggregate from `institute_programs` where `course_id` = 1209 and `institute_programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 1209
        • 1: active
        Backtrace
        • app/Models/InstituteProgram.php:30
        • app/Http/Controllers/CourseController.php:405
        • app/Http/Controllers/CourseController.php:125
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • CourseController.php#137db_collegesearch_new1.27msselect * from `course_contents` where `course_id` = 1209 and `subpage_name` = 'about' and `course_contents`.`deleted_at` is null and `status` = 'Active' limit 1
        Bindings
        • 0: 1209
        • 1: about
        • 2: Active
        Backtrace
        • app/Http/Controllers/CourseController.php:137
        • 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
      • CourseController.php#138db_collegesearch_new920μsselect * from `courses` where `courses`.`id` = 1209 and `courses`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: 1209
        • 1: active
        Backtrace
        • app/Http/Controllers/CourseController.php:138
        • 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
      • CourseController.php#140db_collegesearch_new1.08msselect `id`, `recruiter_ids` from `recruiter_coursewises` where `recruiter_coursewises`.`course_id` = 1209 and `recruiter_coursewises`.`course_id` is not null and `recruiter_coursewises`.`deleted_at` is null
        Bindings
        • 0: 1209
        Backtrace
        • app/Http/Controllers/CourseController.php:140
        • 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
      • DatabaseStore.php#129db_collegesearch_new790μsselect * from `cache` where `key` in ('cs-newcourse_bftech_about')
        Bindings
        • 0: cs-newcourse_bftech_about
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:129
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:104
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:88
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
      • Course.php#79db_collegesearch_new26.47msselect `question`, `answer` from `faqs` where `faqs`.`faq_type` = 'course' and `faqs`.`faq_id` = 1209 and `faqs`.`faq_id` is not null and `sub_type` = 'about' and `faq_type` = 'course' and `faqs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: course
        • 1: 1209
        • 2: about
        • 3: course
        • 4: active
        Backtrace
        • app/Models/Course.php:79
        • app/Http/Controllers/CourseController.php:190
        • 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_new3.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 '%course-detail%' and `sub_type` like '%about%' and `module_id` = 1209 and `expiry_date` > '2025-08-13 20:55:09' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 2
        Bindings
        • 0: %course-detail%
        • 1: %about%
        • 2: 1209
        • 3: 2025-08-13 20:55:09
        Backtrace
        • app/helpers.php:496
        • 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
      • helpers.php#537db_collegesearch_new2.99msselect `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 ('') and `expiry_date` > '2025-08-13 20:55:09' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 3
        Bindings
        • 0: %exam%
        • 1: %about%
        • 2: 
        • 3: 2025-08-13 20:55:09
        Backtrace
        • app/helpers.php:537
        • 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
      • CourseController.php#414db_collegesearch_new810μsselect * from `meta_tags` where `slug` = 'course/bftech' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: course/bftech
        • 1: active
        Backtrace
        • app/Http/Controllers/CourseController.php:414
        • app/Http/Controllers/CourseController.php:206
        • 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
      • DatabaseStore.php#189db_collegesearch_new10.1msinsert into `cache` (`expiration`, `key`, `value`) values (1755132909, 'cs-newcourse_bftech_about', 'a:2:{s:8:\"response\";a:41:{s:2:\"id\";i:1209;s:9:\"degree_id\";i:1;s:9:\"stream_id\";i:7;s:4:\"name\";s:8:\"B.F.Tech\";s:10:\"short_name\";s:8:\"B.F.Tech\";s:4:\"slug\";s:6:\"bftech\";s:4:\"mode\";s:7:\"offline\";s:16:\"eligibility_desc\";s:12:\"<p>fffvv</p>\";s:8:\"sequence\";i:0;s:8:\"duration\";s:7:\"3 Years\";s:4:\"icon\";s:0:\"\";s:15:\"elig_marks_12th\";N;s:15:\"elig_marks_10th\";N;s:13:\"elig_marks_ug\";N;s:14:\"further_pg_ids\";N;s:6:\"status\";s:6:\"active\";s:10:\"created_at\";N;s:10:\"updated_at\";s:16:\"17th April, 2025\";s:10:\"deleted_at\";N;s:12:\"display_name\";s:8:\"B.F.Tech\";s:14:\"course_content\";a:0:{}s:6:\"course\";a:21:{s:2:\"id\";i:1209;s:9:\"degree_id\";i:1;s:9:\"stream_id\";i:7;s:4:\"name\";s:8:\"B.F.Tech\";s:10:\"short_name\";s:8:\"B.F.Tech\";s:4:\"slug\";s:6:\"bftech\";s:4:\"mode\";s:7:\"offline\";s:16:\"eligibility_desc\";s:12:\"<p>fffvv</p>\";s:8:\"sequence\";i:0;s:8:\"duration\";s:7:\"3 Years\";s:4:\"icon\";s:0:\"\";s:15:\"elig_marks_12th\";N;s:15:\"elig_marks_10th\";N;s:13:\"elig_marks_ug\";N;s:14:\"further_pg_ids\";N;s:6:\"status\";s:6:\"active\";s:10:\"created_at\";N;s:10:\"updated_at\";s:16:\"17th April, 2025\";s:10:\"deleted_at\";N;s:12:\"display_name\";s:8:\"B.F.Tech\";s:14:\"course_content\";a:0:{}}s:7:\"allTabs\";a:1:{i:0;a:3:{s:3:\"tab\";s:5:\"about\";s:3:\"url\";s:52:\"https://www.dev.collegesearch.in/course/bftech-about\";s:4:\"name\";s:5:\"About\";}}s:11:\"exams_count\";i:0;s:5:\"exams\";a:0:{}s:7:\"careers\";a:0:{}s:4:\"news\";a:0:{}s:8:\"articles\";a:0:{}s:15:\"alternateCourse\";a:2:{i:0;a:20:{s:2:\"id\";i:30;s:9:\"degree_id\";i:1;s:9:\"stream_id\";i:7;s:4:\"name\";s:19:\"Fashion Design - UG\";s:10:\"short_name\";s:19:\"Fashion Design - UG\";s:4:\"slug\";s:17:\"fashion-design-ug\";s:4:\"mode\";s:7:\"offline\";s:16:\"eligibility_desc\";s:0:\"\";s:8:\"sequence\";i:24;s:8:\"duration\";s:7:\"2 Years\";s:4:\"icon\";s:0:\"\";s:15:\"elig_marks_12th\";N;s:15:\"elig_marks_10th\";N;s:13:\"elig_marks_ug\";N;s:14:\"further_pg_ids\";N;s:6:\"status\";s:6:\"active\";s:10:\"created_at\";s:27:\"2024-11-29T11:10:34.000000Z\";s:10:\"updated_at\";s:19:\"29th November, 2024\";s:10:\"deleted_at\";N;s:12:\"display_name\";s:14:\"Fashion Design\";}i:1;a:20:{s:2:\"id\";i:33;s:9:\"degree_id\";i:1;s:9:\"stream_id\";i:7;s:4:\"name\";s:18:\"Bachelor Of Design\";s:10:\"short_name\";s:5:\"B.Des\";s:4:\"slug\";s:9:\"design-ug\";s:4:\"mode\";s:7:\"offline\";s:16:\"eligibility_desc\";s:0:\"\";s:8:\"sequence\";i:24;s:8:\"duration\";s:7:\"2 Years\";s:4:\"icon\";s:0:\"\";s:15:\"elig_marks_12th\";N;s:15:\"elig_marks_10th\";N;s:13:\"elig_marks_ug\";N;s:14:\"further_pg_ids\";N;s:6:\"status\";s:6:\"active\";s:10:\"created_at\";s:27:\"2024-11-29T11:10:34.000000Z\";s:10:\"updated_at\";s:18:\"06th January, 2025\";s:10:\"deleted_at\";N;s:12:\"display_name\";s:5:\"B.Des\";}}s:15:\"popularPrograms\";a:0:{}s:14:\"colleges_count\";i:1;s:13:\"courseContent\";N;s:10:\"recruiters\";a:0:{}s:4:\"faqs\";a:0:{}s:9:\"activeTab\";s:5:\"about\";s:14:\"latest_updates\";a:0:{}s:10:\"breadCrumb\";a:3:{i:0;a:2:{s:6:\"action\";s:4:\"Home\";s:4:\"href\";s:32:\"https://www.dev.collegesearch.in\";}i:1;a:2:{s:6:\"action\";s:7:\"Courses\";s:4:\"href\";s:39:\"https://www.dev.collegesearch.in/course\";}i:2;a:2:{s:6:\"action\";s:8:\"B.F.Tech\";s:4:\"href\";s:46:\"https://www.dev.collegesearch.in/course/bftech\";}}s:4:\"meta\";a:5:{s:5:\"title\";s:61:\"B.F.Tech Course: Details, subjects, Syllabus, Admission, Fees\";s:11:\"description\";s:132:\"The full form of B.F.Tech is B.F.Tech. Know all about B.F.Tech course, details, subjects, fees, admission process, salary, and jobs.\";s:8:\"keywords\";s:132:\"collegesearch, B.F.Tech, B.F.Tech course, B.F.Tech details, B.F.Tech full form, B.F.Tech syllabus, B.F.Tech fees, B.F.Tech admission\";s:3:\"url\";s:46:\"https://www.dev.collegesearch.in/course/bftech\";s:5:\"image\";s:85:\"https://www.dev.collegesearch.in/build/assets/collegesearch-logo-default-B8Zx063x.png\";}s:8:\"h1_title\";s:61:\"B.F.Tech Course: Details, subjects, Syllabus, Admission, Fees\";s:23:\"showDownloadSyllabusCTA\";b:1;s:23:\"showCheckEligibilityCTA\";b:1;}s:10:\"is_program\";b:0;}') on duplicate key update `expiration` = values(`expiration`), `key` = values(`key`), `value` = values(`value`)
        Bindings
        • 0: 1755132909
        • 1: cs-newcourse_bftech_about
        • 2: a:2:{s:8:"response";a:41:{s:2:"id";i:1209;s:9:"degree_id";i:1;s:9:"stream_id";i:7;s:4:"name";s:8:"B.F.Tech";s:10:"short_name";s:8:"B.F.Tech";s:4:"slug";s:6:"bftech";s:4:"mode";s:7:"offline";s:16:"eligibility_desc";s:12:"<p>fffvv</p>";s:8:"sequence";i:0;s:8:"duration";s:7:"3 Years";s:4:"icon";s:0:"";s:15:"elig_marks_12th";N;s:15:"elig_marks_10th";N;s:13:"elig_marks_ug";N;s:14:"further_pg_ids";N;s:6:"status";s:6:"active";s:10:"created_at";N;s:10:"updated_at";s:16:"17th April, 2025";s:10:"deleted_at";N;s:12:"display_name";s:8:"B.F.Tech";s:14:"course_content";a:0:{}s:6:"course";a:21:{s:2:"id";i:1209;s:9:"degree_id";i:1;s:9:"stream_id";i:7;s:4:"name";s:8:"B.F.Tech";s:10:"short_name";s:8:"B.F.Tech";s:4:"slug";s:6:"bftech";s:4:"mode";s:7:"offline";s:16:"eligibility_desc";s:12:"<p>fffvv</p>";s:8:"sequence";i:0;s:8:"duration";s:7:"3 Years";s:4:"icon";s:0:"";s:15:"elig_marks_12th";N;s:15:"elig_marks_10th";N;s:13:"elig_marks_ug";N;s:14:"further_pg_ids";N;s:6:"status";s:6:"active";s:10:"created_at";N;s:10:"updated_at";s:16:"17th April, 2025";s:10:"deleted_at";N;s:12:"display_name";s:8:"B.F.Tech";s:14:"course_content";a:0:{}}s:7:"allTabs";a:1:{i:0;a:3:{s:3:"tab";s:5:"about";s:3:"url";s:52:"https://www.dev.collegesearch.in/course/bftech-about";s:4:"name";s:5:"About";}}s:11:"exams_count";i:0;s:5:"exams";a:0:{}s:7:"careers";a:0:{}s:4:"news";a:0:{}s:8:"articles";a:0:{}s:15:"alternateCourse";a:2:{i:0;a:20:{s:2:"id";i:30;s:9:"degree_id";i:1;s:9:"stream_id";i:7;s:4:"name";s:19:"Fashion Design - UG";s:10:"short_name";s:19:"Fashion Design - UG";s:4:"slug";s:17:"fashion-design-ug";s:4:"mode";s:7:"offline";s:16:"eligibility_desc";s:0:"";s:8:"sequence";i:24;s:8:"duration";s:7:"2 Years";s:4:"icon";s:0:"";s:15:"elig_marks_12th";N;s:15:"elig_marks_10th";N;s:13:"elig_marks_ug";N;s:14:"further_pg_ids";N;s:6:"status";s:6:"active";s:10:"created_at";s:27:"2024-11-29T11:10:34.000000Z";s:10:"updated_at";s:19:"29th November, 2024";s:10:"deleted_at";N;s:12:"display_name";s:14:"Fashion Design";}i:1;a:20:{s:2:"id";i:33;s:9:"degree_id";i:1;s:9:"stream_id";i:7;s:4:"name";s:18:"Bachelor Of Design";s:10:"short_name";s:5:"B.Des";s:4:"slug";s:9:"design-ug";s:4:"mode";s:7:"offline";s:16:"eligibility_desc";s:0:"";s:8:"sequence";i:24;s:8:"duration";s:7:"2 Years";s:4:"icon";s:0:"";s:15:"elig_marks_12th";N;s:15:"elig_marks_10th";N;s:13:"elig_marks_ug";N;s:14:"further_pg_ids";N;s:6:"status";s:6:"active";s:10:"created_at";s:27:"2024-11-29T11:10:34.000000Z";s:10:"updated_at";s:18:"06th January, 2025";s:10:"deleted_at";N;s:12:"display_name";s:5:"B.Des";}}s:15:"popularPrograms";a:0:{}s:14:"colleges_count";i:1;s:13:"courseContent";N;s:10:"recruiters";a:0:{}s:4:"faqs";a:0:{}s:9:"activeTab";s:5:"about";s:14:"latest_updates";a:0:{}s:10:"breadCrumb";a:3:{i:0;a:2:{s:6:"action";s:4:"Home";s:4:"href";s:32:"https://www.dev.collegesearch.in";}i:1;a:2:{s:6:"action";s:7:"Courses";s:4:"href";s:39:"https://www.dev.collegesearch.in/course";}i:2;a:2:{s:6:"action";s:8:"B.F.Tech";s:4:"href";s:46:"https://www.dev.collegesearch.in/course/bftech";}}s:4:"meta";a:5:{s:5:"title";s:61:"B.F.Tech Course: Details, subjects, Syllabus, Admission, Fees";s:11:"description";s:132:"The full form of B.F.Tech is B.F.Tech. Know all about B.F.Tech course, details, subjects, fees, admission process, salary, and jobs.";s:8:"keywords";s:132:"collegesearch, B.F.Tech, B.F.Tech course, B.F.Tech details, B.F.Tech full form, B.F.Tech syllabus, B.F.Tech fees, B.F.Tech admission";s:3:"url";s:46:"https://www.dev.collegesearch.in/course/bftech";s:5:"image";s:85:"https://www.dev.collegesearch.in/build/assets/collegesearch-logo-default-B8Zx063x.png";}s:8:"h1_title";s:61:"B.F.Tech Course: Details, subjects, Syllabus, Admission, Fees";s:23:"showDownloadSyllabusCTA";b:1;s:23:"showCheckEligibilityCTA";b:1;}s:10:"is_program";b:0;}
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:189
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:166
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:237
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/CourseController.php:220
      • helpers.php#157db_collegesearch_new1.34msselect * from `brandings` where `section` = 'course' and `brandings`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: course
        • 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\DefaultMetaTag
      8DefaultMetaTag.php#?
      App\Models\Course
      5Course.php#?
      App\Models\Branding
      2Branding.php#?
          _token
          ZCxrVDxAmQItW2r8B9Rnn0Tshox1zZs9fU3Y3uOS
          _previous
          array:1 [ "url" => "https://www.dev.collegesearch.in/course/bftech" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /course/bftech
          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=eyJpdiI6ImNFbG92ZGJmM2FiVGc5WWJ5cUdQVEE9PSIsInZhbHVlIjoiZzNWeFlpWGRUMmorQVN1cEhUZkVNQStGU3owMENibmpPZnBaaVFzNXhEd29hNHQ5U3NpY0pEekYyam5VNE1wNVBDUy9MOGpXSkt4OVNNS1dSWjlvNjNGa0R3RHQvc0RBa241UzFOOTU2NjZmNklYd3RVV1JSWDdIS21ZM0hRMDgiLCJtYWMiOiIxMGU2MTQ1NTEzNTUwZjg0ZmExMWUyMDUzYzk3NWRlN2YyZWEwMDdkMmM5NmUwYmRkZTFkYzg3YjA1MTlhMTQ4IiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IjJtK0w5V3B4ZUJIR1ZMVW5kSzZiUWc9PSIsInZhbHVlIjoiRUtKc3RlTkhmaTNWd3EwZTdtamkzMWVRVEgxK3pZMXM3MEd5TzNNWGMrT0t0UTg4WG5aVVpMK0czajdiTUFoclQxT1pORkkrOGtlaW9UaDU2QlBKSXFxRi9pSFFWNi9rV3VLVmtaUVJ2Y055WFhSN0JYdmY3cXpSTnVFY296V2siLCJtYWMiOiIyMzdlOTJmMmI3NmQ0MzZlMmVlZjA0NzRjNDA0YzA2YWIxODA0NzcwODllM2Y5OTk3NmZhNWE5YWZlNGNhMmQzIiwidGFnIjoiIn0%3D; course_id=8; course_name=MCA%20%2F%20MCM; viewed_colleges=%5B1439%2C15055%2C2486%2C18104%2C17743%2C12864%2C14143%5DXSRF-TOKEN=eyJpdiI6ImNFbG92ZGJmM2FiVGc5WWJ5cUdQVEE9PSIsInZhbHVlIjoiZzNWeFlpWGRUMmorQVN1cEhUZkVNQStGU3owMENibmpPZnBaaVFzNXhEd29hNHQ5U3NpY0pEekYyam5VNE1wNVBDUy9MO" ] "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" => "ZCxrVDxAmQItW2r8B9Rnn0Tshox1zZs9fU3Y3uOS" "laravel_session" => "H5qfrNZLSUsTG1AaxqHluInV1JQSQqVQCpqhArDZ" "course_id" => "8" "course_name" => "MCA / MCM" "viewed_colleges" => "[1439,15055,2486,18104,17743,12864,14143]" ]
          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 => "Wed, 13 Aug 2025 20:55:09 GMT" ] "set-cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6InBMRDVyQXpsTU9qOFFnK0xqUytlR1E9PSIsInZhbHVlIjoib09mVDVNc2tPdVFRejJlZGpZMUJmMWM1QWxsaFZ0c3paRUE3UVlLQTQ5SU1WY2dkaE1IZnFwZXFIM0I2Y1c2eGhKOXRabG1OaVNiNUVaenlMUnpRRlMrcktDR2xUbWJ3NFZVaklsZDhoK3d1ajNQQy9PNDE2UEVEcXpZd0Vxc0wiLCJtYWMiOiIxZGIwY2FhMDQwM2MxYzJjNTdlZjkyMDU3OTgwOGM1Y2E4MDVjNGM4MjNhZDAzOTk3NTc4Mjk4Zjg2NjI4MjNmIiwidGFnIjoiIn0%3D; expires=Wed, 13 Aug 2025 22:55:09 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InBMRDVyQXpsTU9qOFFnK0xqUytlR1E9PSIsInZhbHVlIjoib09mVDVNc2tPdVFRejJlZGpZMUJmMWM1QWxsaFZ0c3paRUE3UVlLQTQ5SU1WY2dkaE1IZnFwZXFIM0I2Y1c2eGhKOXRab" 1 => "laravel_session=eyJpdiI6Ijlma054c3Z2UVR2RGsrR1p3UWxVYVE9PSIsInZhbHVlIjoiZ0hvdmRsSWwwblBsRTlvRVZnTWs2M1N5eVUwbDdPa2JVVWpyMlUvSHNkQUdhWWM1cjNmV3g5TVl2SXZRU2t3b2d0TmNjb25wSTJvL3FyaVFBMHU4QVc5Y2FVd05FUzEzcUZsMlBxUDNkM21Ja095SGVxWUdTU2dxZ2F1N3ZrSnQiLCJtYWMiOiIxNjNmM2RkNDkyNDMwZjhjOGQ0NjU0YjA0NWMyZWYzOWVmNmEwNWMwN2IwMDkzODNkOGQ1NmY2NmVjNjAyNmY5IiwidGFnIjoiIn0%3D; expires=Wed, 13 Aug 2025 22:55:09 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlaravel_session=eyJpdiI6Ijlma054c3Z2UVR2RGsrR1p3UWxVYVE9PSIsInZhbHVlIjoiZ0hvdmRsSWwwblBsRTlvRVZnTWs2M1N5eVUwbDdPa2JVVWpyMlUvSHNkQUdhWWM1cjNmV3g5TVl2SXZRU2t3b2d0" 2 => "course_id=1209; expires=Thu, 13 Aug 2026 20:55:09 GMT; Max-Age=31536000; path=/; samesite=lax" 3 => "course_name=B.F.Tech; expires=Thu, 13 Aug 2026 20:55:09 GMT; Max-Age=31536000; path=/; samesite=lax" ] "Set-Cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6InBMRDVyQXpsTU9qOFFnK0xqUytlR1E9PSIsInZhbHVlIjoib09mVDVNc2tPdVFRejJlZGpZMUJmMWM1QWxsaFZ0c3paRUE3UVlLQTQ5SU1WY2dkaE1IZnFwZXFIM0I2Y1c2eGhKOXRabG1OaVNiNUVaenlMUnpRRlMrcktDR2xUbWJ3NFZVaklsZDhoK3d1ajNQQy9PNDE2UEVEcXpZd0Vxc0wiLCJtYWMiOiIxZGIwY2FhMDQwM2MxYzJjNTdlZjkyMDU3OTgwOGM1Y2E4MDVjNGM4MjNhZDAzOTk3NTc4Mjk4Zjg2NjI4MjNmIiwidGFnIjoiIn0%3D; expires=Wed, 13-Aug-2025 22:55:09 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InBMRDVyQXpsTU9qOFFnK0xqUytlR1E9PSIsInZhbHVlIjoib09mVDVNc2tPdVFRejJlZGpZMUJmMWM1QWxsaFZ0c3paRUE3UVlLQTQ5SU1WY2dkaE1IZnFwZXFIM0I2Y1c2eGhKOXRab" 1 => "laravel_session=eyJpdiI6Ijlma054c3Z2UVR2RGsrR1p3UWxVYVE9PSIsInZhbHVlIjoiZ0hvdmRsSWwwblBsRTlvRVZnTWs2M1N5eVUwbDdPa2JVVWpyMlUvSHNkQUdhWWM1cjNmV3g5TVl2SXZRU2t3b2d0TmNjb25wSTJvL3FyaVFBMHU4QVc5Y2FVd05FUzEzcUZsMlBxUDNkM21Ja095SGVxWUdTU2dxZ2F1N3ZrSnQiLCJtYWMiOiIxNjNmM2RkNDkyNDMwZjhjOGQ0NjU0YjA0NWMyZWYzOWVmNmEwNWMwN2IwMDkzODNkOGQ1NmY2NmVjNjAyNmY5IiwidGFnIjoiIn0%3D; expires=Wed, 13-Aug-2025 22:55:09 GMT; path=/; secure; httponlylaravel_session=eyJpdiI6Ijlma054c3Z2UVR2RGsrR1p3UWxVYVE9PSIsInZhbHVlIjoiZ0hvdmRsSWwwblBsRTlvRVZnTWs2M1N5eVUwbDdPa2JVVWpyMlUvSHNkQUdhWWM1cjNmV3g5TVl2SXZRU2t3b2d0" 2 => "course_id=1209; expires=Thu, 13-Aug-2026 20:55:09 GMT; path=/" 3 => "course_name=B.F.Tech; expires=Thu, 13-Aug-2026 20:55:09 GMT; path=/" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "ZCxrVDxAmQItW2r8B9Rnn0Tshox1zZs9fU3Y3uOS" "_previous" => array:1 [ "url" => "https://www.dev.collegesearch.in/course/bftech" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-08-13 20:55:09GET/course/bftech102315