belongsTo(DesaKelurahan::class, 'desa_kelurahan_id'); } public function adat() { return $this->belongsTo(Adat::class, 'adat_id'); } }