@php
$items = [
['no'=>'2.1', 'title'=>'Student Enrollment and Profile', 'url'=>'/qif2/2-1'],
['no'=>'2.2', 'title'=>'Teaching Student Ratio', 'url'=>'/qif2/2-2'],
['no'=>'2.3', 'title'=>'Teaching- Learning Process', 'url'=>'/qif2/2-3'],
['no'=>'2.4', 'title'=>'Teacher Profile and Quality', 'url'=>'/qif2/2-4'],
['no'=>'2.5', 'title'=>'Evaluation Process and Reforms', 'url'=>'/qif2/2-5'],
['no'=>'2.6', 'title'=>'Student Performance and Learning Outcomes', 'url'=>'/qif2/2-6'],
['no'=>'2.7', 'title'=>'Student Satisfaction Survey', 'url'=>'/qif2/2-7'],
]
@endphp
@extends('frontend.mainlayout')
@section('title', 'QIF 2: Teaching Learning and Evaluation - RERF Group of Institutions')
@section('banner')
@include('qic-nav')
QIF 2: Teaching Learning and Evaluation
@endsection
@section('main')
@endsection