@component('mail::message')
Hello {{$user->fname}},
# Thank you for your purchase
**Here are some details**
- Invoice Id: {{ $invoice->id }}
- Amount: EUR {{ number_format($invoice->total / 100, 2) }}
- Invoice Date: {{ $invoice->date()->toFormattedDateString() }}
- Payment Status: {{ ucfirst($invoice->status) }}
If you have any further questions or need assistance, feel free to contact us.
Thank you for being with us.
@lang('Best Regards'),
{{ config('app.name') }} Team
@endcomponent