@php $items = [['no' => '6.1', 'title' => 'Institutional Vision and Leadership', 'url' => '/qif6/6-1'], ['no' => '6.2', 'title' => 'Strategy Development and Deployment', 'url' => '/qif6/6-2'], ['no' => '6.3', 'title' => 'Faculty Empowerment Strategies', 'url' => '/qif6/6-3'], ['no' => '6.4', 'title' => 'Financial Management and Resource Mobilization', 'url' => '/qif6/6-4'], ['no' => '6.5', 'title' => 'Internal Quality Assurance System', 'url' => '/qif6/6-5']]; @endphp @extends('frontend.mainlayout') @section('title', 'QIF 6: Governance, Leadership and Management - RERF Group of Institutions') @section('banner') @include('qic-nav')

QIF 6: Governance, Leadership and Management

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