{{-- @php $items = [ [ 'no'=>'5.3.1', 'title'=>'Awards/medals in sports/ cultural activities at university/state/national/international level', 'url'=>'#' ], [ 'no'=>'5.3.2', 'title'=>'Sports and cultural programs organized by the institute/other institutes', 'url'=>'#' ], ]; $data1 = [ [ 'no'=>'5.3.1.1', 'title'=>'Certificates', 'url'=>'#' ], [ 'no'=>'5.3.1', 'title'=>'List of the recipients and certificates', 'url'=>'#' ], ]; $data2 = [ [ 'no'=>'5.3.2.1', 'title'=>'Report of the events', 'url'=>'#' ], ]; $data3 = [ [ 'no'=>'6.3.3.1', 'title'=>'Annual Report for teaching staff ', 'url'=>'#' ], [ 'no'=>'6.3.3.2', 'title'=>'Annual Report for non-teaching staff ', 'url'=>'#' ], ]; $data_year = [ [ 'no'=>'2022-23', 'title'=>'Sports and Cultural Activities by Institute and Other Institute', 'url'=>'#' ], [ 'no'=>'2021-22', 'title'=>'Sports and Cultural Activities by Institute and Other Institute', 'url'=>'#' ], [ 'no'=>'2020-21', 'title'=>'Sports and Cultural Activities by Institute and Other Institute', 'url'=>'#' ], [ 'no'=>'2019-20', 'title'=>'Sports and Cultural Activities by Institute and Other Institute', 'url'=>'#' ], [ 'no'=>'2018-19', 'title'=>'Sports and Cultural Activities by Institute and Other Institute', 'url'=>'#' ], ]; $data_year2 = [ ['title'=> '2022-23', 'url'=> '/qif/qif2/2_4/2_4_2/2022-23.pdf'], ['title'=> '2021-22', 'url'=> '/qif/qif2/2_4/2_4_2/2021-22.pdf'], ['title'=> '2020-21', 'url'=> '/qif/qif2/2_4/2_4_2/2020-21.pdf'], ['title'=> '2019-20', 'url'=> '/qif/qif2/2_4/2_4_2/2019-20.pdf'], ['title'=> '2018-19', 'url'=> '/qif/qif2/2_4/2_4_2/2018-19.pdf'], ['title'=> 'Combined', 'url'=> '/qif/qif2/2_4/2_4_2/2018-23_merged.pdf'] ]; @endphp --}} @extends('frontend.mainlayout') @section('title', 'QIF 5.3: Student Participation and Activities - RERF Group of Institutions') @section('banner') @include('qic-nav')

QIF 5.3: Student Participation and Activities

@endsection @section('main')
@php $auditItems = [ [ 'number' => '5.3.1', 'title' => 'Number of awards/medals for outstanding performance in sports/ cultural activities at University / state/ national / international level (award for a team event should be counted as one) during the last five years', 'subItems' => [ [ 'label' => '5.3.1.A - Certificates', 'link' => '/qif/qif5/5.3/5.3.1/5.3.1_A.pdf', ], [ 'label' => '5.3.1.B - list and links to e-copies of award letters and certificates', 'link' => '/qif/qif5/5.3/5.3.1/5.3.1_B.pdf', ], [ 'label' => '5.3.1.C - Institutional data in the prescribed format', 'link' => '/qif/qif5/5.3/5.3.1/5.3.1_C.xlsx', ], ], ], [ 'number' => '5.3.2', 'title' => 'Average number of sports and cultural programs in which students of the Institution participated during last five years (organised by the institution/other institutions)', 'subItems' => [ [ 'label' => '5.3.2.A - Report of the events', 'nestedSubItems' => [ [ 'label' => ' 2022-23', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_A/2022-23.pdf', ], [ 'label' => ' 2021-22', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_A/2021-22.pdf', ], [ 'label' => ' 2020-21', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_A/2020-21.pdf', ], [ 'label' => ' 2019-20', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_A/2019-20.pdf', ], [ 'label' => ' 2018-19', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_A/2018-19.pdf', ], ], ], [ 'label' => '5.3.2.B - Institutional data in the prescribed format', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_B.xlsx', ], [ 'label' => '5.3.2.C - Soft copy of circular/brochure indicating such kind of activities.', 'nestedSubItems' => [ [ 'label' => ' 2022-23', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_C/2022-23.pdf', ], [ 'label' => ' 2021-22', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_C/2021-22.pdf', ], [ 'label' => ' 2020-21', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_C/2020-21.pdf', ], [ 'label' => ' 2019-20', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_C/2019-20.pdf', ], [ 'label' => ' 2018-19', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_C/2018-19.pdf', ], ], ], [ 'label' => '5.3.2.D - List of events along with the list of participants and year wise signed by the Principal.', 'link' => '/qif/qif5/5.3/5.3.2/5.3.2_D.pdf', ], ], ], ]; @endphp @foreach ($auditItems as $item) @endforeach
{{ $item['number'] }} @if (isset($item['link'])) {{ $item['title'] }} @else {{ $item['title'] }} @endif
    @foreach ($item['subItems'] as $subItem)
  • @if (isset($subItem['link'])) {{ $subItem['label'] }} @else {{ $subItem['label'] }} @endif @if (isset($subItem['nestedSubItems']))
      @foreach ($subItem['nestedSubItems'] as $nestedSubItem)
    • @if (isset($nestedSubItem['link'])) {{ $nestedSubItem['label'] }} @else {{ $nestedSubItem['label'] }} @endif
    • @endforeach
    @endif
  • @endforeach
{{--
@foreach ($items as $item) @endforeach
{{$item['no'] ?? ''}} {{$item['title'] ?? ''}}
--}} @endsection