Transparency & Integrity Index, 2021

Sectors

@php $organizations = $organizations ?? App\Http\Controllers\Controller::organizations('Financial Institutions') @endphp

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

@php $statedetails = $statedetails ?? App\Http\Controllers\Controller::getstatedetails($states[0]->state) @endphp
@include('process.statetiirecord')
@include('process.tii2021')