@component('mail::message') # Introduction Subject line: Sales Invoice {{ $salesInvoice['si_no'] }} due {{ $salesInvoice['due_date']->format('Y-m-d') }} Hello {{ $salesInvoice['agent']['name'] }}, We hope that you are well. Please see the attached invoice {{ $salesInvoice['si_no'] }}, due on {{ $salesInvoice['due_date']->format('Y-m-d') }}. Remember that you can contact us at any time for any questions you have. Best regards,
{{ config('app.name') }} @endcomponent