@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 being part of our beta program and helping us shape the platform. Your early participation gave us valuable feedback that directly influenced the improvements launching tonight.
As part of the full platform launch, we’ll be resetting all beta accounts. This means your current account will be removed, and you’ll need to create a new one to continue using the platform.
To make this as smooth as possible:


You can login and create your new account here: {{ route('subscribe') }}

We truly appreciate your time and trust during our beta phase. Your involvement helped us build a stronger, more reliable platform for continuing legal education. If you have any questions or run into any issues while re-registering, don’t hesitate to reach out to us at support@clearly.legal

Thank you again,
Joel and Sean

{{-- @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