@component('mail::message') # Introduction Subject line: Invoice {{ $invoice['invoice_no'] }} due {{ $invoice['due_date']->format('Y-m-d') }} Hello {{ $invoice['agent']['name'] }}, We hope that you are well. Please see the attached invoice {{ $invoice['invoice_no'] }}, due on {{ $invoice['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