@php $items = [ [ 'no' => '2.5.1', 'title' => 'Mechanism of internal/ external assessment is transparent and the grievance redressal system is time- bound and efficient', 'url' => '/qif/qif2/2_5/Index 2.5.pdf', ], ]; $data1 = [['title' => 'Summary', 'url' => '/qif/qif2/2_5/1._Summary.pdf'], ['title' => 'University Schemes of Evaluation Process', 'url' => '/qif/qif2/2_5/University scheme.pdf'], ['title' => 'Institute Academic calendar', 'url' => '/academicc'], ['title' => 'Time tables showing Tutorials', 'url' => '/qif/qif2/2_5/Time tables showing Tutorials.pdf'], ['title' => 'Digital Evaluation process MAKAUT', 'url' => '/qif/qif2/2_5/Digital Evaluation process Makaut.pdf'], ['title' => 'Sample copy of CIE', 'url' => '/qif/qif2/2_5/Sample copy of CIE.pdf'], ['title' => 'Grievance redressal system', 'url' => '/qif/qif2/2_5/Grievance redressal system.pdf']]; @endphp @extends('frontend.mainlayout') @section('title', 'QIF 2.5: Evaluation Process and Reforms - RERF Group of Institutions') @section('banner') @include('qic-nav')

QIF 2.5: Evaluation Process and Reforms

@endsection @section('main')
@foreach ($items as $item) @endforeach
{{ $item['no'] ?? '' }} {{ $item['title'] ?? '' }}
    @if ($item['no'] == '2.5.1') @foreach ($data1 as $data)
  1. {{ $data['title'] ?? '' }} @if ($data['title'] == 'Full Time Teacher List') @foreach ($data_year as $year) @endforeach @endif
  2. @endforeach @endif
@endsection