'string', ]; //Relasi public function data_receiver(){ return $this->belongsTo(User::class, 'receiver', 'email'); } public function notifications(){ return $this->belongsTo(Notification::class, 'notification_id', 'id'); } //Relasi }