@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 Admin, @endif @endif

The following user account has been deactivated.

@if (userFirmAdmin($user->id)) @endif
Name {{ $user->first_name . ' ' . $user->last_name }}
Email {{ $user->email }}
Phone {{ $user->phone }}
Firm Code {{ userFirmAdmin($user->id)->name }}

Please note: This is an automated email that cannot accept replies.

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