@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 {{ $user->fullname }},
Thank you for your interest in becoming a member of {{ $firm->name }}. After careful consideration, we regret to inform you that your membership request has not been accepted at this time.
We appreciate your interest in our firm, and we encourage you to explore other opportunities that align with your goals and objectives. If you have any questions or would like additional feedback on your application, please feel free to contact us at {{getSupportEmail()}}.
We wish you the best in your endeavors, and thank you for considering {{ $firm->name }}.
Kind regards,
{{ $firm->adminname }}
{{ $firm->name }}
{{ $firm->adminemail }}