{{ strtoupper(substr($note->admin->first_name ?? 'A', 0, 1)) }}

{{ $note->admin?->full_name ?? 'Admin' }}

{{ $note->note }}