@php $items = [ [ 'no' => '3.5.1', 'title' => 'Number of functional MoUs/linkages with institutions/industries in India and abroad for internship, on-the-job training, project work, student/faculty exchange and collaborative research during the last five years.', 'url' => '#', ], ]; $data1 = [ ['title' => 'Summary of the functional MoUs/linkage/collaboration', 'url' => '/qif/qif3/qif3/3.5/3.5.1_a.pdf'], ['title' => 'List of year wise activities and exchange should be provided', 'url' => '/qif/qif3/qif3/3.5/3.5.1_b.pdf'], [ 'title' => 'List and Copies of documents indicating the functional MoUs/linkage/collaborations activitywise and year-wise', 'url' => '/qif/qif3/qif3/3.5/3.5.1_c.pdf', ], ['title' => 'List of Activity conducted under MOU', 'url' => '#'], ['title' => 'List of activities conducted under each MoU along with dates of starting and completion year-wise signed by both parties', 'url' => '/qif/qif3/qif3/3.5/3.5.2_e.pdf'], ['title' => 'Institutional data in the prescribed format', 'url' => '/qif/qif3/qif3/3.5/3.5.1.xlsx'], ]; $data2 = [['title' => 'Number of full time teachers year wise in last five years', 'url' => '#'], ['title' => 'Summary', 'url' => '/qif/qif2/2_4/2_4_2/Summary 2.4.2.pdf'], ['title' => 'Number of full time teachers in last five years (without repeat)', 'url' => '/qif/qif2/2_4/2_4_2/Faculty without repeat.pdf'], ['title' => 'Faculty List left during last five years', 'url' => '/qif/qif2/2_4/2_4_2/Feculty member left.pdf'], ['title' => 'Ph.D. Faculty List', 'url' => '/qif/qif2/2_4/2_4_2/Ph.D faculty list.pdf'], ['title' => 'Degrees / Notifications', 'url' => '/qif/qif2/2_4/2_4_2/Ph.D Certificates 2.4.2.pdf'], ['title' => 'Combined', 'url' => '/qif/qif2/2_4/2_4_2/2.4.2 combine new.pdf']]; $data_year = [['title' => 'RESHMI METALIKS LIMITED', 'url' => '/qif/qif3/qif3/3.5/3.5.2_d_1.pdf'], ['title' => 'AICH APPRAISERS AUCTIONERS AND VALUERS', 'url' => '/qif/qif3/qif3/3.5/3.5.2_d_2.pdf'], ['title' => 'INDUJI TECHNOLOGIES PRIVATE LIMITED', 'url' => '/qif/qif3/qif3/3.5/3.5.2_d_3.pdf'], ['title' => 'KEVENTER AGRO LIMITED', 'url' => '/qif/qif3/qif3/3.5/3.5.2_d_4.pdf']]; $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 3.5: Collaboration - RERF Group of Institutions') @section('banner') @include('qic-nav')

QIF 3.5: Collaboration

@endsection @section('main')
@foreach ($items as $item) @endforeach
{{ $item['no'] ?? '' }} {{ $item['title'] ?? '' }}
    @if ($item['no'] == '3.5.1') @foreach ($data1 as $data)
  1. {{ $data['title'] ?? '' }} @if ($data['title'] == 'List of Activity conducted under MOU') @foreach ($data_year as $year) @endforeach @endif
  2. @endforeach @endif @if ($item['no'] == '2.4.2') @foreach ($data2 as $data)
  3. {{ $data['title'] ?? '' }} @if ( $data['title'] == 'Number of full time teachers year wise in last five years') @foreach ($data_year2 as $year) @endforeach @endif
  4. @endforeach @endif
@endsection