@if(!$add && !$update)

@if(!$add && !$update)Email Templates @else Inserimento/modifica template Email @endif

@if(!$add && !$update) @endif

@foreach($records as $record) @endforeach
Oggetto Messaggio Parole Data Creazione ...
{{$record->name}} {{ Str::limit(strip_tags($record->content), 80) }} @php $wordCount = str_word_count(strip_tags($record->content)); $badgeClass = $wordCount > 500 ? 'bg-warning' : 'bg-info'; @endphp {{ $wordCount }} parole {{ $record->created_at->format('d/m/Y H:i') }}
@else


@if (session()->has('error')) @endif
@error('subject')
{{ $message }}
@enderror
Puoi utilizzare HTML per formattare il messaggio. Parole: {{ str_word_count(strip_tags($message)) }}
@error('message')
{{ $message }}
@enderror
@if($add)
@foreach($users as $user)
@endforeach
Selezionati: {{ count($selectedRecipients) }} utenti
@error('selectedRecipients')
{{ $message }}
@enderror
@if(!$sendNow)
@error('scheduledDateTime')
{{ $message }}
@enderror
@endif @endif
@if($add) @endif @if($update) @endif
@endif
@if (session()->has('success')) @endif @if (session()->has('error')) @endif @push('scripts') @endpush @push('scripts') @endpush