{{-- Header --}}
{{ config('mail.from.name', config('app.name')) }}
{{-- Body --}}
{!! $slot !!}
{{-- Subcopy --}}
@isset($subcopy)
{!! $subcopy !!}
@endisset
{{-- Footer --}}
© {{ date('Y') }} {{ config('mail.from.name', config('app.name')) }}. {{ __('All rights reserved.') }}