@php $salutation_style = json_decode($salutation_style); $edit_salutation = false; $command = false; if($type == 'work_notification_email' || $type == 'payment_notification_email') { $edit_salutation = true; $command = true; } @endphp
{{ $type_lang }}
Méret:
bold) checked @endif>
italic) checked @endif>
underline) checked @endif>
@error('subject') {!! $subject !!} @enderror
@if($edit_salutation)
@error('salutation') {!! $salutation !!} @enderror
@endif
@if ($command) @endif @error('message') {!! $message !!} @enderror