@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 {{-- Intro Lines --}} Dear {{ $contact->first_name }} {{ $contact->last_name }},

Thank you so much for reaching out to us! Your inquiry has been successfully received by our team, and we are delighted to hear from you.

Please rest assured that we are working hard to get back to you as soon as possible. We value your time and appreciate your patience.

Thank you again for considering our services, and we look forward to speaking with you soon!

Best regards,
The CLEarly Legal Team!

@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