Payment Details

Title: {{ $payment->title }}
Category: {{ $payment->category }}
Amount: ₦{{ number_format($payment->amount, 2) }}
Frequency: {{ ucfirst(str_replace('_', ' ', $payment->frequency)) }}
Start Date: {{ $payment->start_date?->format('M d, Y') }}
Due Date: {{ $payment->due_date->format('M d, Y') }}
Reminder Days Before: {{ $payment->reminder_days_before }}
Status: {{ ucfirst($payment->status) }}
Description: {{ $payment->description }}
Notes: {{ $payment->notes }}