layout.blade.php
TLDR
This file is a Blade template file used for rendering the text layout of an email.
Classes (if applicable)
No classes in this file
{!! strip_tags($header ?? '') !!}
{!! strip_tags($slot) !!}
@isset($subcopy)
{!! strip_tags($subcopy) !!}
@endisset
{!! strip_tags($footer ?? '') !!}