'string', ]; // Relasi public function notifications(){ return $this->hasMany(NotificationReceiver::class, 'id', 'notification_id'); } // Relasi }