@if ($company)
@endif
{{ $subject }}
{!! $content !!}
@if($recipient)
{{ __('name') }}:
{{ ucwords($recipient->full_name) }}
{{ __('email_address') }}:
{{ $recipient->email }}
My {{ __('account') }}
@endif
@if ($company) @endif