@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') Home All QIFs QIF 6 QIF 6.4 QIF 6.4: Financial Management and Resource Mobilization @endsection @section('main') @foreach ($items as $item) {{ $item['no'] ?? '' }} {{ $item['title'] ?? '' }} @if ($item['no'] == '6.4.1') @foreach ($data1 as $data) {{ $data['no'] ?? '' }} {{ $data['title'] ?? '' }} @if ($data['title'] == 'Full Time Teacher List') @foreach ($data_year as $year) {{ $year['title'] }} @endforeach @endif @endforeach @endif @if ($item['no'] == '6.3.2') @foreach ($data2 as $data) {{ $data['no'] ?? '' }} {{ $data['title'] ?? '' }} @if ( $data['title'] == 'Number of full time teachers year wise in last five years') @foreach ($data_year2 as $year) {{ $year['title'] }} @endforeach @endif @endforeach @endif @if ($item['no'] == '6.3.3') @foreach ($data2 as $data) {{ $data['no'] ?? '' }} {{ $data['title'] ?? '' }} @if ( $data['title'] == 'Number of full time teachers year wise in last five years') @foreach ($data_year2 as $year) {{ $year['title'] }} @endforeach @endif @endforeach @endif @endforeach @endsection