@php $items = [ [ 'no' => '6.4.1', 'title' => 'Institution has strategies for mobilization and optimal utilization of resources and funds from various sources (government/ nongovernment organizations) and it conducts financial audits regularly (internal and external).', 'url' => '/qif/qif6/6.4/6.4.1.pdf', ], ]; $data1 = [ [ 'no' => '6.4.1.1', 'title' => ' Internal Financial Audit Reports ', 'url' => '/qif/qif6/6.4/6.4.1.1.pdf', ], [ 'no' => '6.4.1.2', 'title' => ' CA Audited Financial report (External) ', 'url' => '/qif/qif6/6.4/6.4.1.2.pdf', ], [ 'no' => '6.4.1.3', 'title' => ' Income Tax Return ', 'url' => '/qif/qif6/6.4/6.4.1.3.pdf', ], ]; @endphp @extends('frontend.mainlayout') @section('title', 'QIF 6.4: Financial Management and Resource Mobilization - RERF Group of Institutions') @section('banner') @include('qic-nav')

QIF 6.4: Financial Management and Resource Mobilization

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