Bank & Branch Efficiency

Performance metrics across regional sectors

Monthly Disbursement VS Withdrawal

Branch Exception Table
@forelse($bankExceptionTable as $row) @php $statusClass = match(strtolower($row['issue_flag'])) { 'critical' => 'is-escalated', 'warning' => 'is-watch', default => 'is-healthy', }; @endphp @empty @endforelse
BANK BRANCH TOTAL DISBURSED WITHDRAWAL PENDING WITHDRAWAL % ISSUE FLAG
{{ $row['bank_name'] }} {{ $row['branch_name'] }} {{ number_format($row['total_disbursed_cases']) }} {{ number_format($row['withdrawal_cases']) }} {{ number_format($row['pending_cases']) }} {{ number_format($row['withdrawal_percentage'], 2) }}% {{ $row['issue_flag'] }}
No data available