belongsTo(Admin::class, 'head_id'); } public function region() { return $this->belongsTo(Region::class, 'region_id'); } }