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

Thank you for choosing Clearly Legal, the engaging alternative to traditional CLE. We’re delighted to have you on board and are committed to making your experience seamless and enjoyable. If you have any questions or need assistance, please don’t hesitate to reach out us at support@clearly.legal.

Additionally, if you’re interested in joining our faculty as a provider, we’d love to collaborate with you to make CLE more exciting and impactful.

Once again, welcome to the Clearly Legal family, and thank you for being a valued member! Click here to begin!

Best regards,

@if (! empty($salutation))

{{ $salutation }}

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