@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)) @foreach ($podcastsCL as $pcl) @endforeach
{{ $pcl->file_name }}
@else

No podcasts listened to in the last week.

@endif
📌 Podcasts Yet to Submit for CLE Credit: @if (!empty($podcastYetToSubmit)) @foreach ($podcastYetToSubmit as $pyts) @endforeach
{{ $pyts->file_name }}
@else

No podcasts left to submit in the last week.

@endif
🏆 CLE Earned Last Week: @if ($credits_earned != 0) {{ $credits_earned }} credits earned but not submitted @else {{ $credits_earned }} earned credits @endif

Stay 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