Sms

@if(!$showForm) @endif


{{-- LISTA MESSAGGI --}} {{-- FORM MESSAGGIO --}}
@if ($error) @endif @if ($success) @endif
{{-- Nome template --}}

Nome template

@error('subject')
{{ $message }}
@enderror
{{-- Messaggio (CKEditor → content_html) --}}

Messaggio

@error('content')
{{ $message }}
@enderror
{{-- Destinatari (selezionati) --}}

Destinatari

@if (empty($recipients)) Nessun destinatario selezionato @else @foreach ($recipients as $r) @php $fullName = trim(($r['last_name'] ?? '').' '.($r['first_name'] ?? '')); @endphp
{{ $fullName !== '' ? $fullName : '—' }} ({{ $r['phone'] }})
@endforeach @endif
@error('recipients')
{{ $message }}
@enderror
@if(!$locked)
@endif
{{-- FILTRI + TABELLA DESTINATARI --}} {{-- Opzioni invio --}}

Opzioni di Invio

@if(!$locked && $mode === 'schedule')
@error('schedule_at')
{{ $message }}
@enderror
@endif
@if(!$locked) Annulla @if($mode==='now') @else @endif @else Torna indietro @endif
@if (session()->has('success')) @endif @if (session()->has('error')) @endif @push('scripts') @endpush @push('scripts') {{-- END CKEditor --}} @endpush