@component('mail::layout') {{-- Header --}} @slot('header') @include('email.admin.includes.header') @endslot {{-- Body --}} {{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('Whoops!') @else @endif @endif

Hi User,

Click the button below to complete your sign-up.

Complete Sign up

If you did not request this registration, please ignore this email.

Best regards,
The CLEarly Legal Team

{{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @if (! empty($salutation)) {{ $salutation }} @else @include('email.admin.includes.footer') @endif @endslot @endcomponent