@php $isReadNotification = in_array(auth()->id(), explode(',', $notification->read_by ?? '')); $href = $notification->notification_href ? $notification->notification_href : '#'; @endphp