belongsTo(User::class); } public function balita(): HasMany { return $this->hasMany(Balita::class, 'orang_tua_id'); } }