@if(!$isNew)
@if($record->status == 1 || $record->status == 2)
You cannot modify template until all emails sent.
@endif
@if(!helper()->is_spam_free_template($record))
Your spam sore is {{ $record->spam_score }}. Please improve your template to avoid spamming.
@else
Great! Your spam score is {{ $record->spam_score }}.
@endif
@endif