Dear {{ $user->name ?? 'Valued Customer' }},
Please find your invoice below for the recent transaction on SureRightStay. A PDF copy is attached to this email for your records.
Items
| Description | Amount |
|---|---|
| {{ $item['description'] ?? 'Service' }} | ₦{{ number_format($item['amount'] ?? 0, 2) }} |
| {{ $invoice->subscription->plan->name }} Plan — {{ ucfirst($invoice->subscription->plan->billing_cycle ?? 'monthly') }} Subscription | ₦{{ number_format($invoice->amount, 2) }} |
| Property Payment: {{ $invoice->property->title ?? 'Property' }} | ₦{{ number_format($invoice->amount, 2) }} |
| SureRightStay Service | ₦{{ number_format($invoice->amount, 2) }} |
Questions about this invoice? Contact us at support@surerightstay.com or reply to this email with your invoice number.