{{-- Recipients List Card --}} @if($surat->recipients && $surat->recipients->count() > 0) @php $kepadaRecipients = $surat->recipients->filter(fn($r) => $r->recipient_category === 'kepada'); $tembusanRecipients = $surat->recipients->filter(fn($r) => $r->recipient_category === 'tembusan'); $otherRecipients = $surat->recipients->filter(fn($r) => !in_array($r->recipient_category, ['kepada', 'tembusan'])); @endphp