belongsTo('App\Models\Cabang'); } public function region() { return $this->belongsTo(\App\Models\Region::class, 'region_id', 'id'); } }