*/ use HasFactory; protected $guarded =['id']; public function kecamatanCuras(): HasOne { return $this->hasOne(Curas::class); } public function kecamatanCuranmor(): HasOne { return $this->hasOne(Curanmor::class); } }