Empfänger
@if($type === 'group')
@else
Bei „Einzel" nur ein Empfänger.
@endif
@error('recipients')
{{ $message }}
@enderror
@foreach($recipients as $idx => $r)
Internes Postfach
Externe E-Mail
@if($type === 'group')@endif
oder
@error("recipients.$idx.email")
{{ $message }}
@enderror
@if($type === 'group')
@endif
@endforeach
@if($type === 'single' && count($recipients) > 1)
Nur der erste Empfänger wird gespeichert.
@endif
{{-- Notizen --}}