$userId, 'type' => $type, 'title' => $message, 'body' => is_array($data) ? null : $data, 'data' => $payload, 'notifiable_type' => $payload['notifiable_type'] ?? null, 'notifiable_id' => $payload['notifiable_id'] ?? null, 'is_read' => false, 'read_at' => null, ]); } }