{{-- Header --}}

{{ \Carbon\Carbon::parse($invoice->month . '-01')->format('F Y') }} Invoice

MolyEcom SaaS Billing

{{-- Content --}}

Hello {{ $shop->name }},

This invoice has been generated automatically for your {{ $invoice->package_name }} subscription.

@if (!empty($domainInfo['domain'])) @endif
Invoice Number {{ $invoice->invoice_no }}
Subscription Package {{ $invoice->package_name }}
Billing Period {{ \Carbon\Carbon::parse($invoice->start_date)->format('d M Y') }} – {{ \Carbon\Carbon::parse($invoice->end_date)->format('d M Y') }}
Subscription Expiry {{ \Carbon\Carbon::parse($invoice->end_date)->format('d M Y') }}
Domain {{ $domainInfo['domain'] }}
Domain Expiry {{ \Carbon\Carbon::parse($domainInfo['domain_expiry'])->format('d M Y') }}
Total Amount ৳ {{ number_format($invoice->amount, 2) }}
Payment Status {{ $invoice->status }}
Important: Please complete your payment before the subscription expiry date to avoid service interruption.
@if (!empty($paymentUrl)) @endif

If you have any questions regarding this invoice, feel free to contact our support team.

{{-- Footer --}}