{{ config('app.name') }}

Hi {{ $invoice->name }},

Your invoice has been created. You can view it using the link below:

View Your Invoice

Invoice Details

Invoice: {{ $invoice->invoice_number ?? ('#'.$invoice->id) }}

Amount: {{ $invoice->amount !== null ? '$'.number_format((float) $invoice->amount, 2) : 'To be confirmed' }}

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

If the button does not work, copy and paste this URL into your browser:

{{ $invoiceUrl }}

Regards,
{{ config('app.name') }} Team