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

{{ __('messages.dear') }} {{ $clientName }},


{{ __('messages.i_hope_you_are_well') }}.

{{ __('messages.please_see_attached_the_invoice') }} {{ ' #' . $invoiceNumber }}. {{ __('messages.the_invoice_is_due_by') }} {{ $dueDate }}.

{{ __('messages.please_do_not_hesitate_to_get_in_touch') }}.

{{ __('messages.also_you_can_see_the_attachment_invoice_PDF') }}.


{{ __('messages.view_invoice') }} {{ __('messages.public_view') }}
{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getAppName() }}.
@endcomponent @endslot @endcomponent