@extends('layouts.app') @section('content')
Awaiting Approval
Ready for Disbursement
NMB Processing
TZS Disbursed
@if(($totalDisbursed ?? 0) > 0) Active Today @else No disbursements today @endifShowing {{ $loanOffers->count() }} of {{ $loanOffers->total() ?? 0 }} applications
|
|
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 | |
No Loan Applications FoundStart by syncing data from ESS or adjusting your filters |
||||||||