@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 # Dear {{ $user->first_name.' '.$user->last_name }}, @endif @endif

We are pleased to inform you that your podcast submissions have been approved! Below are the details of your approved submissions:

{{-- Table --}} @foreach($submissions as $submission) @endforeach
Podcast Name BAR Name BAR ID Submission Credits Submitted Date Approved Credits Date of Approval
{{ $submission->podcast_title }} {{ $submission->state_name }} {{ $submission->podcast_bar_id }} {{ $submission->credits_submitted }} {{ $submission->created_at }} {{ $submission->credits_submitted }} {{ \Carbon\Carbon::parse($submission->approved_at)->format(config('app.datetime_format')) }}

Total Approved Credits: {{ $approved_credits }}

If you have any further questions or need assistance, feel free to reach out to us at support@clearly.legal

Important Note:

The Date of Approval mentioned above reflects when the status of your submissions was updated in our local portal. This date may differ from the actual approval date by the respective BAR due to processing timelines. If you need the exact approval date from the BAR, please contact your BAR directly.


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