@if($loan->status == 1) Resolve Card Details @endif @if($loan->status == 2) @endif @if($loan->status == 3) @endif @if ($loan->status == 0) @if ($loan->canDisburse())
* This loan is ready for this disbursement
Push to Qore Disburse Loan Disburse Loan (Backend)
@else @endif @endif @php($collectionMethods = json_decode($loan->collection_methods) ?? []) @foreach($collectionMethods as $method) @switch ($method->code) @case (App\Helpers\Constants::DDM_REMITA)* Check the Loan documents section for the customer's Authority Document.
@elseif ($method->status == 2) @elseif ($method->status == 4) @endifView customer authority document here.