Notifications

@foreach($data as $notification) @php $notificationRead = $notification->is_read || (!empty($notification->to_user_id) && checkAllNotificationRead($notification->id)); @endphp @endforeach
@push('scripts') @endpush