'datetime', ]; public function anak() { return $this->hasMany(Anak::class); } public function getAuthPassword() { return $this->kata_sandi; } }