@php $preheader = Illuminate\Support\Str::of(Illuminate\Mail\Markdown::parse($slot)->toHtml()) ->stripTags() ->squish() ->limit(140); @endphp {{-- Header --}} {{ config('app.name') }} {{-- Body --}} {!! $slot !!} {{-- Subcopy --}} @isset($subcopy) {!! $subcopy !!} @endisset {{-- Footer --}} © {{ date('Y') }} {{ config('app.name') }}. {{ __('All rights reserved.') }}
{{ __('Questions? Contact us at') }} {{ config('mail.from.address') }}