@php $mwsNlGeneralToRecipients = is_array($noticeLetterState['to_recipients'] ?? null) ? $noticeLetterState['to_recipients'] : []; @endphp
@foreach ($mwsNlGeneralToRecipients as $recipient) @php $designation = trim((string) ($recipient['designation'] ?? '')); $department = trim((string) ($recipient['department'] ?? '')); @endphp
{{ $_mwsNlDec($designation) }}
@if ($department !== '' || $canEditNoticeLetter) @endif @if ($canEditNoticeLetter) @endif
@endforeach
@if ($canEditNoticeLetter)
@endif