@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 Hi {{ $user->first_name }}, @endif @endif
We hope you had a great week of learning and growing through our podcasts! Here’s your weekly activity summary:
🎙️ Podcasts You’ve Listened To: @if (!empty($podcastsCL))| {{ $pcl->file_name }} |
No podcasts listened to in the last week.
@endif| {{ $pyts->file_name }} |
No podcasts left to submit in the last week.
@endifStay on top of your CLE goals by submitting the required forms for podcasts you’ve completed. If you’re looking for more learning opportunities, check out our latest podcast releases
Have questions? Reach out to us anytime at support@clearly.legal!
Happy listening,
@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