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

Dear {{ $clientName }},


I hope you are well.

Please see attached the quote #{{ $quoteNumber }}. The quote is due by {{ $dueDate }}.

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


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