@component('mail::layout') {{-- Header --}} @slot('header') @include('email.admin.includes.header') @endslot {{-- Body --}} {{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('Whoops!') @endif @endif Hello {{ $user->first_name}},
We're happy to inform you that your subscription is now active{{ userFirmAdmin($user->id) ? ' with your firm, ' . userFirmAdmin($user->id)->name : '' }}. You can now enjoy full access to the Clearly app!

@lang('Download Invoice')

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