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

Dear {{ $adminName }},


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.


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