@php $items = [['no' => '5.1', 'title' => 'Student Support', 'url' => '/qif5/5-1'], ['no' => '5.2', 'title' => 'Student Progression', 'url' => '/qif5/5-2'], ['no' => '5.3', 'title' => 'Student Participation and Activities', 'url' => '/qif5/5-3'], ['no' => '5.4', 'title' => 'Alumni Engagement', 'url' => '/qif5/5-4']]; @endphp @extends('frontend.mainlayout') @section('title', 'QIF 5. Student support and progression - RERF Group of Institutions') @section('banner') @include('qic-nav')

QIF 5: Student support and progression

@endsection @section('main')
@foreach ($items as $item) @endforeach
{{ $item['no'] }} {{ $item['title'] }}
@endsection