@php $items = [ [ 'no' => '2.3.1', 'title' => 'Student centric methods, such as experiential learning, participative learning and problemsolving methodologies are used for enhancing learning experiences and teachers use ICT- enabled tools including online resources for effective teaching and learning process ', 'url' => '/qif/qif2/2_3/Index 2.3.pdf', ], ]; $data1 = [ ['title' => 'Summary', 'url' => '/qif/qif2/2_3/1._Summary.pdf'], ['title' => 'Center of Excellence', 'url' => '/qif/qif2/2_3/Center of Excellence.pdf'], ['title' => 'NSS report', 'url' => '/qif/qif2/2_3/NSS report.pdf'], ['title' => 'Use of Google classroom reports', 'url' => '/qif/qif2/2_3/Use of Google classroom reports.pdf'], ['title' => 'Webinar seminar and conference report', 'url' => '/qif/qif2/2_3/Webinar seminar and conference report.pdf'], ['title' => 'MOOCs reports', 'url' => '/qif/qif2/2_3/MOOCs reports.pdf'], ['title' => 'Minor and Major Project', 'url' => '/qif/qif2/2_3/Minor and Major Project.pdf'], ['title' => 'Training report', 'url' => '/qif/qif2/2_3/Training report.pdf'], ['title' => 'Entrepreneurship Development Programme report', 'url' => '/qif/qif2/2_3/Entrepreneurship Development Programme report.pdf'], ['title' => 'Industry visit report', 'url' => '/qif/qif2/2_3/Industry visit report.pdf'], ['title' => 'Feedback system', 'url' => '/feedback'], ['title' => 'Student Chapter', 'url' => '/qif/qif2/2_3/Student Chapter.pdf'], ]; @endphp @extends('frontend.mainlayout') @section('title', 'QIF 2.3: Teaching - Learning Process - RERF Group of Institutions') @section('banner') @include('qic-nav')

QIF 2.3: Teaching - Learning Process

@endsection @section('main')
@foreach ($items as $item) @endforeach
{{ $item['no'] ?? '' }} {{ $item['title'] ?? '' }}
    @if ($item['no'] == '2.3.1') @foreach ($data1 as $data)
  1. {{ $data['title'] ?? '' }}
  2. @endforeach @endif
@endsection