@extends('layouts.app') @section('content')
Pending

0

Awaiting Approval

Requires action
Approved

0

Ready for Disbursement

Ready to process
Processing

{{ $pendingNMBCount ?? 0 }}

NMB Processing

Today

{{ number_format($totalDisbursed ?? 0, 0) }}

TZS Disbursed

@if(($totalDisbursed ?? 0) > 0) Active Today @else No disbursements today @endif
Filter Applications
Quick filters:
Loan Applications

Showing {{ $loanOffers->count() }} of {{ $loanOffers->total() ?? 0 }} applications

@forelse ($loanOffers as $offer) @empty @endforelse
Name Salary Deduct Amount Tenure Approval Status Action
{{ $offer->first_name }} {{ $offer->middle_name }} {{ $offer->last_name }}
{{ $offer->check_number }}
{{ number_format($offer->basic_salary ?? 0, 0) }}
{{ number_format($offer->net_salary ?? 0, 0) }}
{{ number_format($offer->desired_deductible_amount ?? 0, 0) }}
{{ number_format($offer->requested_amount ?? 0, 0) }}
@if($offer->tenure) {{ $offer->tenure }} mo @else - @endif @switch($offer->approval) @case('APPROVED') @break @case('REJECTED') @break @default @endswitch @switch($offer->status) @case('disbursement_pending') Processing @break @case('disbursed') Disbursed @break @case('DISBURSEMENT_FAILED') Failed @break @case('FULL_SETTLED') Settled @break @default {{ $offer->status ?: 'New' }} @endswitch
@if($offer->approval !== 'APPROVED' && $offer->status !== 'disbursed') @endif @if($offer->approval !== 'REJECTED' && $offer->status !== 'disbursed') @endif
No Loan Applications Found

Start by syncing data from ESS or adjusting your filters

@if($loanOffers->hasPages()) @endif
Loading...

Processing your request...

@endsection @push('styles') @endpush @push('scripts') @endpush