| Período | Rango de Fechas | Principal | Estado | Intereses | Intereses Vencidos | Comisiones | Cargos Devengados | Total a Pagar | Monto Pagado | Saldo Pendiente |
|---|---|---|---|---|---|---|---|---|---|---|
| {{-- --}} #{{ $period->period_number }} |
{{toDate($period->start_date, isDeleteTime: true)}} - {{ toDate($period->due_date, isDeleteTime: true) }}
{{ \Carbon\Carbon::parse($period->start_date)->diffInDays(\Carbon\Carbon::parse($period->due_date)) + 1 }} días |
Principal: {{ toCurrency($period->principal_amount, 2) }}
Principal Debt amount: {{ toCurrency($period->principal_debt_amount, 2) }} |
@switch(\App\Models\Collection\Dictionary\PaymentPeriodStatus::findCached($period->status_id)->code)
@case(\App\Models\Collection\Dictionary\PaymentPeriodStatus::CODE_OUTLOANTERM)
{{strtolower($period->status_text)}}
@break
@case(\App\Models\Collection\Dictionary\PaymentPeriodStatus::CODE_ACTIVE)
{{strtolower($period->status_text)}}
@break
@case(\App\Models\Collection\Dictionary\PaymentPeriodStatus::CODE_FUTURE)
{{strtolower($period->status_text)}}
@break
@case(\App\Models\Collection\Dictionary\PaymentPeriodStatus::CODE_REPAID)
{{strtolower($period->status_text)}}
@break
@endswitch
@if(!is_null($period->dpd))
DPD: {{$period->dpd}}
@endif
|
{{ toCurrency($period->interest_accrued_amount, 2) }} | {{ toCurrency($period->overdue_interest_amount, 2) }} | {{ toCurrency($period->fee_amount, 2) }} | {{ toCurrency($period->uncovered_accrued_charges_amount, 2) }} | {{ toCurrency($period->total_payment_amount, 2) }} | {{ toCurrency($period->paid_amount, 2) }} | {{ toCurrency($period->initial_payment_amount, 2) }} |
Actualmente, no hay un plan de pagos establecido para este préstamo.