@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

Dear {{ $faculty->name }},

We’re pleased to let you know that your podcast episode "{{ $content->podcast_title }}" is now live on Clearly Legal! Thank you for your insightful contribution.

To help you showcase your episode on your own website, we’ve provided easy-to-use embed codes along with step-by-step instructions below.


🎧Embed Options
You can choose between the following display formats:

Mini Player – Dark Theme
(Compact and professional – ideal for sidebars or narrow spaces)

 
placeholder
light_player_logo
{{ $content->podcast_title }}
{{ $activeSpeakerNames }}
placeholder
{{ secondsToMinuteSecond($contentLength) }}
placeholder
 
 

Big Player – Light Theme
(More prominent layout – great for a featured section)

 
 
light_player_logo
 
placeholder
 
{{ $content->podcast_title }}
{{$activeSpeakerNames}}
placeholder
{{ secondsToMinuteSecond($contentLength) }}
placeholder
 
 

Prefer another combo? Click the SHARE icon on your courses page to choose:

πŸ“ŒHow to Embed on Your Website

  1. Copy the embed code of your preferred player style.
  2. Open your website editor (WordPress, Wix, etc.).
  3. Paste the embed code into an HTML block or widget.
  4. Save and publish your changes.

If you need assistance, our team is happy to help!

Thank you,
@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