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

Dear {{ $clientFullName }},


I hope you are well.

I just wanted to drop you a quick note to remind you that {{ numberFormat($totalDueAmount) }} in respect of our invoice {{ $invoiceNumber }} is due for payment on {{ $dueDate }}.


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