INVOICEInvoice #{{ str_pad($invoice->id, 6, '0', STR_PAD_LEFT) }} |
PrivaseePremium Offers Platform |
Bill To:
{{ $invoice->business->business_name ?? 'N/A' }} |
Invoice Details:
Date: {{ $invoice->payment_date ? $invoice->payment_date->format('M d, Y') : now()->format('M d, Y') }} |
| Description | Amount |
|---|---|
|
{{ $invoice->subscription->plan->name ?? 'Subscription Plan' }} {{ $invoice->description ?? 'Monthly Subscription' }} |
{{ $invoice->currency }} {{ number_format($invoice->amount, 2) }} |
| Total Amount: | {{ $invoice->currency }} {{ number_format($invoice->amount, 2) }} |