Payment Reminder

This is a reminder for an upcoming payment.

Title: {{ $payment->title }}

Category: {{ $payment->category }}

Amount: ₦{{ number_format($payment->amount, 2) }}

Frequency: {{ ucfirst(str_replace('_', ' ', $payment->frequency)) }}

Due Date: {{ $payment->due_date->format('M d, Y') }}

Status: {{ ucfirst($payment->status) }}

@if($payment->description)

Description: {{ $payment->description }}

@endif @if($payment->notes)

Notes: {{ $payment->notes }}

@endif

Please ensure this payment is processed on time.

Regards,
TAFTA Payments Reminder