@component('mail::layout') {{-- Header --}} @slot('header') @endslot @isset($header) {!! $header !!} @endisset {{-- Body --}} {!! $body !!} @isset($footer) {!! $footer !!} @endisset {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @endslot @endcomponent