@extends('frontend.mainlayout') @section('title', 'MOOCS & Institutional Course Certificates') @section('banner')

MOOCS & Institutional Course Program

{{--

This cell provides information about different scholarships, helps students with the application process.

--}}
@endsection @section('main')
— Institutional Certificates and Value added Program
{{--
@php $courseData = [ [ 'year' => '2022-23', 'courses' => [ [ 'name' => 'Basic Knowledge about ASP.NET Empowering Students in Web Development', 'reportLink' => '/uploads/moocs/2022-23/Basic_Knowledge_about_ASP_NET_Empowering_Students_in_Web_Development/Report.pdf', 'attendanceLink' => '/uploads/moocs/2022-23/Basic_Knowledge_about_ASP_NET_Empowering_Students_in_Web_Development/Attendance.pdf', ], [ 'name' => 'Basic Knowledge about MATLAB Unlocking the Power of Computational', 'reportLink' => '/uploads/moocs/2022-23/Basic_Knowledge_about_MATLAB_Unlocking_the_Power_of_Computational/Report.pdf', 'attendanceLink' => '/uploads/moocs/2022-23/Basic_Knowledge_about_MATLAB_Unlocking_the_Power_of_Computational/Attendance.pdf', ], [ 'name' => 'Different layered Concrete structure work on environmental aspects in structural Engineering', 'reportLink' => '/uploads/moocs/2022-23/Different_layered_Concrete_structure_work_on_environmental_aspects_in_structural_Engineering/Report.pdf', 'attendanceLink' => '/uploads/moocs/2022-23/Different_layered_Concrete_structure_work_on_environmental_aspects_in_structural_Engineering/Attendance.pdf', ], [ 'name' => 'Introduction to AutoCAD - Unlocking Design Excellence for Students', 'attendanceLink' => '/uploads/moocs/2022-23/Introduction_to_AutoCAD_-_Unlocking_Design_Excellence_for_Students/Attendance.pdf', 'reportLink' => '/uploads/moocs/2022-23/Introduction_to_AutoCAD_-_Unlocking_Design_Excellence_for_Students/Report.pdf', ], [ 'name' => 'Knowledge about Web Technology - Navigating the Digital Frontier', 'attendanceLink' => '/uploads/moocs/2022-23/Knowledge_about_Web_Technology_-_Navigating_the_Digital_Frontier/Attendance.pdf', 'reportLink' => '/uploads/moocs/2022-23/Knowledge_about_Web_Technology_-_Navigating_the_Digital_Frontier/Report.pdf', ], [ 'name' => 'Web development fundamentals workshop', 'attendanceLink' => '/uploads/moocs/2022-23/Web_development_fundamentals_workshop/Attendance.pdf', 'brochureLink' => '/uploads/moocs/2022-23/Web_development_fundamentals_workshop/Brochure.pdf', 'sampleCertificateLink' => '/uploads/moocs/2022-23/Web_development_fundamentals_workshop/Certificate.pdf', ], ], ], [ 'year' => '2021-22', 'courses' => [ [ 'name' => 'Basic Knowledge about_ASP.NET- Empowering Students in Web Development', 'attendanceLink' => '/uploads/moocs/2021-22/Basic_Knowledge_about_ASP.NET-_Empowering_Students_in_Web_Development/Attendance.pdf', 'reportLink' => '/uploads/moocs/2021-22/Basic_Knowledge_about_ASP.NET-_Empowering_Students_in_Web_Development/Report.pdf', ], [ 'name' => 'Basic Knowledge about MATLAB Unlocking the Power of Computational', 'attendanceLink' => '/uploads/moocs/2021-22/Basic_Knowledge_about_MATLAB_Unlocking_the_Power_of_Computational/Attendance.pdf', 'reportLink' => '/uploads/moocs/2021-22/Basic_Knowledge_about_MATLAB_Unlocking_the_Power_of_Computational/Report.pdf', ], [ 'name' => 'Fundamentals of Python technology', 'attendanceLink' => '/uploads/moocs/2021-22/Fundamentals_of_Python_technology/Attendance.pdf', 'reportLink' => '/uploads/moocs/2021-22/Fundamentals_of_Python_technology/Report.pdf', 'sampleCertificateLink' => '/uploads/moocs/2021-22/Fundamentals_of_Python_technology/Certificate.pdf', ], [ 'name' => 'Introduction to AutoCAD - Unlocking', 'attendanceLink' => '/uploads/moocs/2021-22/Introduction_to_AutoCAD_-_Unlocking/Attendance.pdf', 'reportLink' => '/uploads/moocs/2021-22/Introduction_to_AutoCAD_-_Unlocking/Report.pdf', ], [ 'name' => 'Knowledge about Web Technology - Navigating the Digital Frontier', 'attendanceLink' => '/uploads/moocs/2021-22/Knowledge_about_Web_Technology_-_Navigating_the_Digital_Frontier/Attendance.pdf', 'reportLink' => '/uploads/moocs/2021-22/Knowledge_about_Web_Technology_-_Navigating_the_Digital_Frontier/Report.pdf', ], ], ], [ 'year' => '2020-21', 'courses' => [ [ 'name' => 'Basic Knowledge about ASP.NET- Empowering Students in Web Development', 'attendanceLink' => '/uploads/moocs/2020-21/Basic_Knowledge_about_ASP.NET-_Empowering_Students_in_Web_Development/Attendance.pdf', 'reportLink' => '/uploads/moocs/2020-21/Basic_Knowledge_about_ASP.NET-_Empowering_Students_in_Web_Development/Report.pdf', ], [ 'name' => 'Introduction to AutoCAD - Unlocking Design Excellence for Students', 'attendanceLink' => '/uploads/moocs/2020-21/Introduction_to_AutoCAD_-_Unlocking_Design_Excellence_for_Students/Attendance.pdf', 'reportLink' => '/uploads/moocs/2020-21/Introduction_to_AutoCAD_-_Unlocking_Design_Excellence_for_Students/Report.pdf', ], ], ], [ 'year' => '2018-19', 'courses' => [ [ 'name' => 'Introduction to AutoCAD - Unlocking Design Excellence for Students', 'attendanceLink' => '/uploads/moocs/2018-19/Introduction_to_AutoCAD_-_Unlocking_Design_Excellence_for_Students/Attendance.pdf', 'reportLink' => '/uploads/moocs/2018-19/Introduction_to_AutoCAD_-_Unlocking_Design_Excellence_for_Students/Report.pdf', ], ], ], ]; @endphp @foreach ($courseData as $yearData)
  • —{{ $yearData['year'] }}
      @foreach ($yearData['courses'] as $course) @php $links = [ 'reportLink' => isset($course['reportLink']) ? rawurlencode($course['reportLink']) : '', 'brochureLink' => isset($course['brochureLink']) ? rawurlencode($course['brochureLink']) : '', 'attendanceLink' => isset($course['attendanceLink']) ? rawurlencode($course['attendanceLink']) : '', 'sampleCertificateLink' => isset($course['sampleCertificateLink']) ? rawurlencode($course['sampleCertificateLink']) : '', ]; @endphp
    • Course Name: {{ $course['name'] }}
    • @endforeach

@endforeach
--}}
    {{--
    • 2023-24
    --}} @php $data = [ '' => [ '2023-24' => [ 'nested' => [ 'Basic AutoCAD For Engineering Drawing' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Basic AutoCAD For Engineering Drawing/Attendance Sheet _ AutoCAD _ 2023.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Basic AutoCAD For Engineering Drawing/Certificate _ AutoCAD _ 2023.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Basic AutoCAD For Engineering Drawing/Course Curriculum _ AutoCAD _ 2023.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Basic AutoCAD For Engineering Drawing/Enrollment List _ AutoCAD _ 2023.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Basic AutoCAD For Engineering Drawing/Report _ AutoCAD _ 2023.pdf', 'Notice' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Basic AutoCAD For Engineering Drawing/Notice _ AutoCAD _ 2023.pdf', 'Assessment Question Paper' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Basic AutoCAD For Engineering Drawing/Assessment Question Paper _ AutoCAD _ 2023.pdf', ], ], 'Cyber Security' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Cyber Security/Attendance of Cyber Security Training.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Cyber Security/Cyber Security Certificates.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Cyber Security/Course Curriculam Cyber Security Training.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Cyber Security/Cyber Security Enrolment List.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2023-24/Cyber Security/Report on Cyber Security Training.pdf', ], ], ], ], '2022-23' => [ 'nested' => [ 'Basic Knowledge about ASP.NET Empowering Students in Web Development' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.1_Basic Knowledge about ASP.NET Empowering Students in Web Development/1.2.1.1.1_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.1_Basic Knowledge about ASP.NET Empowering Students in Web Development/1.2.1.1.1_certificate.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.1_Basic Knowledge about ASP.NET Empowering Students in Web Development/1.2.1.1.1_Course Curriculam.pdf', 'Enrolment' => "/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.1_Basic Knowledge about ASP.NET Empowering Students in Web Development/1.2.1.1.1_Enrolment.pdf'", 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.1_Basic Knowledge about ASP.NET Empowering Students in Web Development/1.2.1.1.1_Report.pdf', ], ], 'Basic Knowledge about MATLAB Unlocking the Power of Computational' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.2_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.1.2_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.2_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.1.2_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.2_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.1.2_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.2_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.1.2_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.2_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.1.2_Report.pdf', ], ], 'Different layered Concrete structure work on environmental aspects in structural Engineering' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.3_Different layered Concrete structure work on environmental aspects in structural Engineering/A_ATTE_1.PDF', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.3_Different layered Concrete structure work on environmental aspects in structural Engineering/B_CERT_1.PDF', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.3_Different layered Concrete structure work on environmental aspects in structural Engineering/C_CURR_1.PDF', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.3_Different layered Concrete structure work on environmental aspects in structural Engineering/D_ENRO_1.PDF', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.3_Different layered Concrete structure work on environmental aspects in structural Engineering/e_Report.pdf', ], ], 'Introduction to AutoCAD - Unlocking Design Excellence for Students' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.1.4_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.1.4_CERTIFICATE.pd', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.1.4_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.1.4_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.1.4_Report.pdf', ], ], 'Knowledge about Web Technology - Navigating the Digital Frontier' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.1.5_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.1.5_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.1.5_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.1.5_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.1.5_Report.pdf', ], ], 'Web development fundamentals workshop' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.6_Web development fundamentals workshop/1.2.1.1.6_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.6_Web development fundamentals workshop/1.2.1.1.6_Certificate.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.6_Web development fundamentals workshop/1.2.1.1.6_Course brochure and outcome.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.6_Web development fundamentals workshop/1.2.1.1.6_Curriculum.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.1_2022-23/1.2.1.1.6_Web development fundamentals workshop/1.2.1.1.6_Enrolment.pdf', ], ], ], ], '2021-22' => [ 'nested' => [ 'Basic Knowledge about MATLAB Unlocking the Power of Computational' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.1_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.2.1_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.1_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.2.1_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.1_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.2.1_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.1_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.2.1_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.1_Basic Knowledge about MATLAB Unlocking the Power of Computational/1.2.1.2.1_Report.pdf', ], ], 'Basic Knowledge about_ASP.NET- Empowering Students in Web Development' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.2_Basic Knowledge about_ASP.NET- Empowering Students in Web Development/1.2.1.2.2_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.2_Basic Knowledge about_ASP.NET- Empowering Students in Web Development/1.2.1.2.2_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.2_Basic Knowledge about_ASP.NET- Empowering Students in Web Development/1.2.1.2.2_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.2_Basic Knowledge about_ASP.NET- Empowering Students in Web Development/1.2.1.2.2_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.2_Basic Knowledge about_ASP.NET- Empowering Students in Web Development/1.2.1.2.2_Report.pdf', ], ], 'Fundamentals of Python technology' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.3_Fundamentals of Python technology/1.2.1.2.3_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.3_Fundamentals of Python technology/1.2.1.2.3_Certificate.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.3_Fundamentals of Python technology/1.2.1.2.3_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.3_Fundamentals of Python technology/1.2.1.2.3_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.3_Fundamentals of Python technology/1.2.1.2.3_Report.pdf', ], ], 'Introduction to AutoCAD - Unlocking Design Excellence for Students' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.2.4_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.2.4_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.2.4_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.2.4_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.4_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.2.4_Report.pdf', ], ], 'Knowledge about Web Technology - Navigating the Digital Frontier' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.2.5_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.2.5_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.2.5_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.2.5_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.2_2021-22/1.2.1.2.5_Knowledge about Web Technology - Navigating the Digital Frontier/1.2.1.2.5_Report.pdf', ], ], ], ], '2020-21' => [ 'nested' => [ 'Basic Knowledge about ASP.NET- Empowering Students in Web Development' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.1_Basic Knowledge about ASP.NET- Empowering Students in Web Development/1.2.1.3.1_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.1_Basic Knowledge about ASP.NET- Empowering Students in Web Development/1.2.1.3.1_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.1_Basic Knowledge about ASP.NET- Empowering Students in Web Development/1.2.1.3.1_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.1_Basic Knowledge about ASP.NET- Empowering Students in Web Development/1.2.1.3.1_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.1_Basic Knowledge about ASP.NET- Empowering Students in Web Development/1.2.1.3.1_Report.pdf', ], ], 'Introduction to AutoCAD - Unlocking Design Excellence for Students' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.2_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.3.2_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.2_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.3.2_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.2_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.3.2_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.2_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.3.2_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.3_2020-21/1.2.1.3.2_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.3.2_Report.pdf', ], ], ], ], '2018-19' => [ 'nested' => [ 'Introduction to AutoCAD - Unlocking Design Excellence for Students' => [ 'nested' => [ 'Attendance sheet' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.4_2018-19/1.2.1.4.1_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.4.1_Attendance sheet.pdf', 'Certificate' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.4_2018-19/1.2.1.4.1_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.4.1_CERTIFICATE.pdf', 'Course Curriculam' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.4_2018-19/1.2.1.4.1_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.4.1_Curriculum.pdf', 'Enrolment' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.4_2018-19/1.2.1.4.1_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.4.1_Enrolment.pdf', 'Report' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.4_2018-19/1.2.1.4.1_Introduction to AutoCAD - Unlocking Design Excellence for Students/1.2.1.4.1_Report.pdf', ], ], ], ], 'ASSESSMENT PROCEDURES' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.1_Institutional Certificates and Value added Program/1.2.1.5_ASSESSMENT PROCEDURES.pdf', ], 'MOOCS Certificate' => [ '' => [ 'nested' => [ '1.2.2_MOOCS Certificate_2022-23' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.2_MOOCS Certificate/1.2.2_MOOCS Certificate_2022-23.pdf', '1.2.2_MOOCS Certificate_2021-22' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.2_MOOCS Certificate/1.2.2_MOOCS Certificate_2021-22.pdf', '1.2.2_MOOCS Certificate_2020-21' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.2_MOOCS Certificate/1.2.2_MOOCS Certificate_2020-21.pdf', '1.2.2_MOOCS Certificate_2019-20' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.2_MOOCS Certificate/1.2.2_MOOCS Certificate_2019-20.pdf', '1.2.2_MOOCS Certificate_2018-19' => '/QualityIndicatorFrameworks/QIF1/1.2/1.2.2_MOOCS Certificate/1.2.2_MOOCS Certificate_2018-19.pdf', ], ], ], ]; function displayLinks(array $links) { echo '
      '; foreach ($links as $linkText => $linkData) { echo '
    • '; if (is_array($linkData)) { renderLink($linkText, $linkData); displayLinks($linkData['nested']); } else { renderLinkWithFile($linkText, $linkData); } echo '
    • '; } echo '
    '; } function renderLink($linkText, $linkData) { $url = $linkData['url'] ?? null; if ($url) { echo "$linkText"; } else { echo "$linkText "; } } function renderLinkWithFile($linkText, $linkData) { echo " $linkText "; } @endphp
    @php foreach ($data as $subSectionTitle => $links) { echo "
  • "; renderLink($subSectionTitle, []); displayLinks($links); echo '
  • '; } @endphp
— MOOCS Certificates
@foreach ($items as $item) @endforeach
@endsection