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