@php $email_message = new App\Models\EmailMessage; $salutation_style = json_decode($salutation_style); $command = false; $edit_salutation = true; if($type == 'work_notification_email' || $type == 'payment_notification_email') $command = true; @endphp
{{ $type_lang }} - {{ $method }}
@error('subject') {!! $subject !!} @enderror
@if($edit_salutation)
Méret:
bold) checked @endif>
italic) checked @endif>
underline) checked @endif>
{{$email_message->getEmailVariableName('client_fullName')}}: {:client_fullName} - {{$email_message->getEmailVariableName('client_firstName')}}: {:client_firstName}
@error('salutation') {!! $salutation !!} @enderror
@endif
@if ($command) @endif @error('message') {!! $message !!} @enderror