{{-- The subject is set in the Mailable's envelope method. --}}
{{-- The main content of the newsletter will be injected here. --}}
{!! $htmlContent !!}
Thanks,
{{ setting('site_name', config('app.name')) }}
{{-- Optional: Add an unsubscribe link --}}
{{-- You would need to generate a unique token for each subscriber for this to work securely --}}
{{-- @component('mail::button', ['url' => route('newsletter.unsubscribe', ['token' => $unsubscribeToken ?? ''])]) --}}
{{-- Unsubscribe --}}
{{-- @endcomponent --}}