{{-- resources/views/filament/modals/missing-payments.blade.php --}}
Tenant: {{ $lease->tenant->name ?? 'N/A' }}
Period: {{ $lease->start_month->format('M Y') }} - {{ $lease->end_month ? $lease->end_month->format('M Y') : 'Ongoing' }}
Status: {{ ucfirst($lease->status) }}
Paid Months
{{ $stats['paid_months'] }}
Missing Months
{{ $stats['missing_months'] }}
Overdue Months
{{ $stats['overdue_months'] }}
Progress
{{ $stats['payment_progress'] }}%
{{ $month->format('F Y') }}
@if($isOverdue) Overdue ({{ $month->diffForHumans() }}) @elseif($isCurrentMonth) Current Month @else Upcoming @endif
All payments are up to date!