@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot @php $styleCss = 'style'; @endphp {{-- Body --}}

Dear {{ $clientName }},


I hope you are well.

Please see attached the invoice #{{ $invoiceNumber }}. The invoice is due by {{ $dueDate }}.

Please don't hesitate to get in touch if you have any questions or need clarifications.

Also you can see the attachment invoice PDF.


View Invoice Public View
{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getAppName() }}.
@endcomponent @endslot @endcomponent