Bachelor of computer applications Course: Details, subjects, Syllabus, Admission, Fees

Bachelor of computer applications, Duration - 2 Years

Is this course a right fit? Check Eligibility

Table of Content

Alternate Course

MCA / MCM

MCA / MCM , 3 Years
Explore

MCA with Sunstone

MCA with Sunstone , 2 Years
Explore

Register now for Bachelor of computer applications colleges insights and priority admissions alerts!

Download Syllabus

Check Eligibility
Request history8.3.19PHP Version419msRequest Duration2MBMemory UsageGET course/{slug}Route
    • Booting (7.83ms)time
    • Application (411ms)time
    • 1 x Application (98.13%)
      411ms
      1 x Booting (1.87%)
      7.83ms
      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:91-255
      21 statements were executed (6 duplicates)Show only duplicates366ms
      • 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.01msselect * from `seo_redirects` where `redirect_from` = '/course/bca-1' limit 1
        Bindings
        • 0: /course/bca-1
        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.75msselect * from `meta_tags` where `slug` = 'course/bca-1' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: course/bca-1
        • 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.13msselect * 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#112db_collegesearch_new10.44msselect * from `programs` where `slug` = 'bca-1' and `programs`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: bca-1
        • 1: active
        Backtrace
        • app/Http/Controllers/CourseController.php:112
        • 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#118db_collegesearch_new1msselect * from `courses` where `slug` = 'bca-1' and `courses`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: bca-1
        • 1: active
        Backtrace
        • app/Http/Controllers/CourseController.php:118
        • 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#118db_collegesearch_new790μsselect * from `course_contents` where `course_contents`.`course_id` in (1001) and `course_contents`.`deleted_at` is null and `status` = 'Active'
        Bindings
        • 0: Active
        Backtrace
        • app/Http/Controllers/CourseController.php:118
        • 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.74msselect `id`, `name`, `slug`, `display_name`, `conducted_by`, `mode`, `logo` from `exams` where (`course_id` = 1001 and `status` = 'active') and `exams`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 1001
        • 1: active
        • 2: active
        Backtrace
        • app/Models/Exam.php:27
        • app/Http/Controllers/CourseController.php:430
        • app/Http/Controllers/CourseController.php:166
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Exam.php#27db_collegesearch_new820μsselect `id`, `name`, `slug`, `display_name`, `conducted_by`, `mode`, `logo` from `exams` where (`course_id` = 1001 and `status` = 'active') and `exams`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 1001
        • 1: active
        • 2: active
        Backtrace
        • app/Models/Exam.php:27
        • app/Http/Controllers/CourseController.php:431
        • app/Http/Controllers/CourseController.php:166
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Article.php#114db_collegesearch_new148msselect * from `articles` where `type` = 'news' and `link_type` = 'course' and `link_id` = 1001 and `articles`.`deleted_at` is null and `articles`.`status` = 'active' order by `created_at` desc
        Bindings
        • 0: news
        • 1: course
        • 2: 1001
        • 3: active
        Backtrace
        • app/Models/Article.php:114
        • app/Http/Controllers/CourseController.php:433
        • app/Http/Controllers/CourseController.php:166
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Article.php#114db_collegesearch_new145msselect * from `articles` where `type` = 'article' and `link_type` = 'course' and `link_id` = 1001 and `articles`.`deleted_at` is null and `articles`.`status` = 'active' order by `created_at` desc
        Bindings
        • 0: article
        • 1: course
        • 2: 1001
        • 3: active
        Backtrace
        • app/Models/Article.php:114
        • app/Http/Controllers/CourseController.php:434
        • app/Http/Controllers/CourseController.php:166
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Course.php#63db_collegesearch_new1.78msselect * from `courses` where `courses`.`id` = 1001 and `courses`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: 1001
        • 1: active
        Backtrace
        • app/Models/Course.php:63
        • app/Http/Controllers/CourseController.php:435
        • app/Http/Controllers/CourseController.php:166
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • Course.php#71db_collegesearch_new2.17msselect * from `courses` where `stream_id` = 10 and `degree_id` = 2 and `id` != 1001 and `status` = 'Active' and `courses`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 10
        • 1: 2
        • 2: 1001
        • 3: Active
        • 4: active
        Backtrace
        • app/Models/Course.php:71
        • app/Http/Controllers/CourseController.php:435
        • app/Http/Controllers/CourseController.php:166
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • InstituteProgram.php#19db_collegesearch_new1.14msselect count(distinct `institute_id`) as aggregate from `institute_programs` where `course_id` = 1001 and `institute_programs`.`deleted_at` is null and `status` = 'active'
        Bindings
        • 0: 1001
        • 1: active
        Backtrace
        • app/Models/InstituteProgram.php:19
        • app/Http/Controllers/CourseController.php:437
        • app/Http/Controllers/CourseController.php:166
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • CourseController.php#178db_collegesearch_new2.4msselect * from `course_contents` where `course_id` = 1001 and `subpage_name` = 'about' and `course_contents`.`deleted_at` is null and `status` = 'Active' limit 1
        Bindings
        • 0: 1001
        • 1: about
        • 2: Active
        Backtrace
        • app/Http/Controllers/CourseController.php:178
        • 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#180db_collegesearch_new1.46msselect * from `courses` where `courses`.`id` = 1001 and `courses`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: 1001
        • 1: active
        Backtrace
        • app/Http/Controllers/CourseController.php:180
        • 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#182db_collegesearch_new2.89msselect `id`, `recruiter_ids` from `recruiter_coursewises` where `recruiter_coursewises`.`course_id` = 1001 and `recruiter_coursewises`.`course_id` is not null and `recruiter_coursewises`.`deleted_at` is null
        Bindings
        • 0: 1001
        Backtrace
        • app/Http/Controllers/CourseController.php:182
        • 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
      • Course.php#79db_collegesearch_new28.35msselect `question`, `answer` from `faqs` where `faqs`.`faq_type` = 'course' and `faqs`.`faq_id` = 1001 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: 1001
        • 2: about
        • 3: course
        • 4: active
        Backtrace
        • app/Models/Course.php:79
        • app/Http/Controllers/CourseController.php:224
        • 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.7msselect `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` = 1001 and `expiry_date` > '2025-05-18 14:31:18' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 2
        Bindings
        • 0: %course-detail%
        • 1: %about%
        • 2: 1001
        • 3: 2025-05-18 14:31:18
        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.17msselect `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-05-18 14:31:18' and `latest_updates_widgets`.`deleted_at` is null order by `updated_at` desc limit 3
        Bindings
        • 0: %exam%
        • 1: %about%
        • 2: 
        • 3: 2025-05-18 14:31:18
        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#446db_collegesearch_new1.39msselect * from `meta_tags` where `slug` = 'course/bca-1' and `meta_tags`.`deleted_at` is null and `status` = 'active' limit 1
        Bindings
        • 0: course/bca-1
        • 1: active
        Backtrace
        • app/Http/Controllers/CourseController.php:446
        • app/Http/Controllers/CourseController.php:241
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • helpers.php#157db_collegesearch_new1.17msselect * 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
          WJtYLUgev9KaWbjmDNH547mWK4yyU21SLtMuCuiP
          _previous
          array:1 [ "url" => "https://www.dev.collegesearch.in/course/bca-1" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /course/bca-1
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "host" => array:1 [ 0 => "www.dev.collegesearch.in" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "course_id=10; course_name=M.Tech%20%2F%20M.E.; XSRF-TOKEN=eyJpdiI6InQ1eVpUSWNwNFc3UGpKcXdKRE9TbUE9PSIsInZhbHVlIjoiYXhqeTVPeHFyb1Z3S3JWSWZ5RjcwZW4weU5EMHByU3YzUlRsY3NtUEx0V3h6MldTeEJMTWx1cjB6OGpZS3R4bk9rczhUUVJqOXNkNnRoZjFubzNLM21sRjA4MWlsUC9PTEx5QlpJcWVrRXIrakQzR00zdWxMWVliUDB1TGcweFciLCJtYWMiOiI0NjM4OTIzYTU4NTNmNzdhOTgxMDI1ZGExYWRhMzkwMzZiOGJiN2U2MTg3MDg2NmJkZDA4YWEwY2QwNWY0ZWU1IiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IkovNm5DbG8rVGZaSW9zMml3MHlvMkE9PSIsInZhbHVlIjoiaWJYR1NHVXFwSFhXa3BmY2xNLzNrRlZzaUQ5WklVZWxOeERJNVdtaWlLYnNNZXZ4YTE4eDhtR0JyQjlYWDBWQTlBcVAyMVRLY0Nick91L3BucjVNWWhVYzc2R3AzcFJpWlAyZVdYVUpNek54U2puZGhTWk1rYmZLNmdPUUJnaGUiLCJtYWMiOiJiMjQzMWI0NTk4ZDUyMjdmNWY3ZjRjZDgzOGIzN2FkMDJjMjA1MmE2ZTcyNTg2NGE3ODZhMjRlOWE5MzIxYTAzIiwidGFnIjoiIn0%3D; viewed_colleges=%5B14644%2C17214%2C13311%2C11798%5Dcourse_id=10; course_name=M.Tech%20%2F%20M.E.; XSRF-TOKEN=eyJpdiI6InQ1eVpUSWNwNFc3UGpKcXdKRE9TbUE9PSIsInZhbHVlIjoiYXhqeTVPeHFyb1Z3S3JWSWZ5RjcwZW4weU5EMHByU3YzUl" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
          request_cookies
          0 of 0
          array:5 [ "course_id" => "10" "course_name" => "M.Tech / M.E." "XSRF-TOKEN" => "WJtYLUgev9KaWbjmDNH547mWK4yyU21SLtMuCuiP" "laravel_session" => "Kwli7lg9Ww1KxNqimN4pUKB6Xmz3QsoslrxD1aEy" "viewed_colleges" => "[14644,17214,13311,11798]" ]
          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, 18 May 2025 14:31:18 GMT" ] "set-cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6InNBQjFPS0pYb0s0UEZQTmphRUFNd3c9PSIsInZhbHVlIjoiMXp0Q05oSXpDL1ljb1ROa1ljeGpxQlB2ZmFIUTRIVnQ0Mm1laHYyajc5YXM4bXBWZ3BnSWkyc0RGTFF1MzNHVU9zYjVVWnA5ZWg2T1FndE9jUlRFNkZZTS9wZEZDY2hsRFVwemlPR3hGWStaM2tJd3VmbWkvQmpzT0ZUS1ZtMjgiLCJtYWMiOiI3YWE5MzUxZGVjMjkzYTczZTc4OWYxYTMxZGQzYjQzYzcxMjY3ODRmMWMyNjMxZDM0YzZhYTIzOTc3ZDJlN2NhIiwidGFnIjoiIn0%3D; expires=Sun, 18 May 2025 16:31:18 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InNBQjFPS0pYb0s0UEZQTmphRUFNd3c9PSIsInZhbHVlIjoiMXp0Q05oSXpDL1ljb1ROa1ljeGpxQlB2ZmFIUTRIVnQ0Mm1laHYyajc5YXM4bXBWZ3BnSWkyc0RGTFF1MzNHVU9zYjVVW" 1 => "laravel_session=eyJpdiI6Im1razk2T0JGU0hsZXVTdDI2UHFPQVE9PSIsInZhbHVlIjoiY25td3k2SUc1VitLd1F5RWlXSERPMGRWaERFaWRkdFhPTzNLdDh4ZWkrR3p3ZnY0VTc5WXhVeEpCRDYwdTlMQUFVVUZsSmhGZjdoVG1Od1l0Y3lpLy9Xa001RE1yaUxXZGQzME1LNHBhdnVwSnFvYWxvWDVzV3Mrb1czR1JYdXkiLCJtYWMiOiI4NDk3NGM5Y2YyNjBiMzExYjYzZjAyYzIwMGQ2NDAwZDE5YjA2Zjk0MDc2MzdjNmU2Mjc3MWY4YTFmMDA3ZjM0IiwidGFnIjoiIn0%3D; expires=Sun, 18 May 2025 16:31:18 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxlaravel_session=eyJpdiI6Im1razk2T0JGU0hsZXVTdDI2UHFPQVE9PSIsInZhbHVlIjoiY25td3k2SUc1VitLd1F5RWlXSERPMGRWaERFaWRkdFhPTzNLdDh4ZWkrR3p3ZnY0VTc5WXhVeEpCRDYwdTlMQUFV" 2 => "course_id=1001; expires=Mon, 18 May 2026 14:31:18 GMT; Max-Age=31536000; path=/; samesite=lax" 3 => "course_name=Bachelor%20of%20computer%20applications; expires=Mon, 18 May 2026 14:31:18 GMT; Max-Age=31536000; path=/; samesite=lax" ] "Set-Cookie" => array:4 [ 0 => "XSRF-TOKEN=eyJpdiI6InNBQjFPS0pYb0s0UEZQTmphRUFNd3c9PSIsInZhbHVlIjoiMXp0Q05oSXpDL1ljb1ROa1ljeGpxQlB2ZmFIUTRIVnQ0Mm1laHYyajc5YXM4bXBWZ3BnSWkyc0RGTFF1MzNHVU9zYjVVWnA5ZWg2T1FndE9jUlRFNkZZTS9wZEZDY2hsRFVwemlPR3hGWStaM2tJd3VmbWkvQmpzT0ZUS1ZtMjgiLCJtYWMiOiI3YWE5MzUxZGVjMjkzYTczZTc4OWYxYTMxZGQzYjQzYzcxMjY3ODRmMWMyNjMxZDM0YzZhYTIzOTc3ZDJlN2NhIiwidGFnIjoiIn0%3D; expires=Sun, 18-May-2025 16:31:18 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InNBQjFPS0pYb0s0UEZQTmphRUFNd3c9PSIsInZhbHVlIjoiMXp0Q05oSXpDL1ljb1ROa1ljeGpxQlB2ZmFIUTRIVnQ0Mm1laHYyajc5YXM4bXBWZ3BnSWkyc0RGTFF1MzNHVU9zYjVVW" 1 => "laravel_session=eyJpdiI6Im1razk2T0JGU0hsZXVTdDI2UHFPQVE9PSIsInZhbHVlIjoiY25td3k2SUc1VitLd1F5RWlXSERPMGRWaERFaWRkdFhPTzNLdDh4ZWkrR3p3ZnY0VTc5WXhVeEpCRDYwdTlMQUFVVUZsSmhGZjdoVG1Od1l0Y3lpLy9Xa001RE1yaUxXZGQzME1LNHBhdnVwSnFvYWxvWDVzV3Mrb1czR1JYdXkiLCJtYWMiOiI4NDk3NGM5Y2YyNjBiMzExYjYzZjAyYzIwMGQ2NDAwZDE5YjA2Zjk0MDc2MzdjNmU2Mjc3MWY4YTFmMDA3ZjM0IiwidGFnIjoiIn0%3D; expires=Sun, 18-May-2025 16:31:18 GMT; path=/; secure; httponlylaravel_session=eyJpdiI6Im1razk2T0JGU0hsZXVTdDI2UHFPQVE9PSIsInZhbHVlIjoiY25td3k2SUc1VitLd1F5RWlXSERPMGRWaERFaWRkdFhPTzNLdDh4ZWkrR3p3ZnY0VTc5WXhVeEpCRDYwdTlMQUFV" 2 => "course_id=1001; expires=Mon, 18-May-2026 14:31:18 GMT; path=/" 3 => "course_name=Bachelor+of+computer+applications; expires=Mon, 18-May-2026 14:31:18 GMT; path=/" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "WJtYLUgev9KaWbjmDNH547mWK4yyU21SLtMuCuiP" "_previous" => array:1 [ "url" => "https://www.dev.collegesearch.in/course/bca-1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-18 14:31:18GET/course/bca-1102115