@forelse($loan->repaymentPlans as $plan) @if ($plan->payment_proof) @else @endif @empty @endforelse
# Buffer Status Interest Principal Mgt Fee Total Amount Due Date
Back Date
Post Date
Balance Collected Date Payment Proof Payment Method Wallet Balance Amount Paid Status Action Delete
{{ $loop->iteration }} ₦{{ number_format($plan->interest, 2) }} ₦{{ number_format($plan->principal, 2) }} ₦{{ number_format($plan->management_fee, 2) }} ₦{{ number_format($plan->interest + $plan->principal + $plan->management_fee, 2) }} {{ $plan->payday }} {{-- --}} @if ($loop->iteration === $loan->loanRequest->duration) ₦0.00 @else ₦{{ number_format($plan->balance, 2) }} @endif {{ $plan->date_paid }}ViewNo proof @if ($plan->status == 0) @if (!$plan->collection_mode) @else {{ $plan->collection_mode }} @endif @else {{ $plan->collection_mode }} @endif {{ number_format($plan->wallet_balance, 2) }} @if (isset($plan->paid_amount)) {{ number_format($plan->paid_amount, 2) }} @endif @if ($plan->status) Paid @else Not Paid @endif @if ($plan->status == true) @else @endif
Repayments not found
{{-- @forelse($loan->repaymentPlans as $plan) @empty Repayments not found @endforelse --}}