Home
TII 2021
TII Report
About CeFTIW
Gallery
Contact
Transparency & Integrity Index, 2021
Federal Ranking
State Ranking
Sectors
{{ $sector ?? 'Financial Institutions' }}
Oil Sector
Agencies, Departments, Commissions, and Units
Military and Paramilitary
Ministries
Teaching and Specialist Hospitals
Examination Bodies
Research Institutions
Federal Educational and Training Institutions
FCT
Courts and Tribunal
River Basin
@php $organizations = $organizations ?? App\Http\Controllers\Controller::organizations('Financial Institutions') @endphp
Organizations
@include('process.organizations')
@php $details = $details ?? App\Http\Controllers\Controller::organizationdetails('Financial Institutions', 'Development Bank of Nigeria') @endphp
@include('process.tiirecord')
@php $states = $states ?? App\Http\Controllers\Controller::getstates() @endphp
States
@isset($state)
{{ $state }}
@endisset @foreach($states as $state)
{{ $state->state }}
@endforeach
@php $statedetails = $statedetails ?? App\Http\Controllers\Controller::getstatedetails($states[0]->state) @endphp
@include('process.statetiirecord')