Invoice from {{ $company_name }}

Dear {{ $contact_name }},

We hope this email finds you well. Please find below the details of your invoice.

@if($custom_message)
Message:
{{ $custom_message }}
@endif

Invoice Details

Invoice Number: {{ $invoice_number }}
Description: {{ $invoice_title }}
Amount Due: {{ $invoice_amount }}
Due Date: {{ $due_date }}
@if(\Carbon\Carbon::parse($due_date)->isToday() || \Carbon\Carbon::parse($due_date)->isPast())
⚠️ PAYMENT DUE: This invoice is due today or overdue. Please arrange payment immediately to avoid late fees.
@elseif(\Carbon\Carbon::parse($due_date)->diffInDays(now()) <= 3)
⏰ PAYMENT REMINDER: This invoice is due in {{ \Carbon\Carbon::parse($due_date)->diffInDays(now()) }} day(s). Please arrange payment soon.
@endif
View Invoice Pay Now

You can view the complete invoice details and make a payment by clicking the buttons above. We accept various payment methods for your convenience.

If you have any questions about this invoice or need to discuss payment arrangements, please don't hesitate to contact us.

Thank you for your business!

Best regards,
{{ $company_name }} Accounts Team