belongsTo('Gdoo\Customer\Region'); } public function scopeDialog($q, $value) { return $q->whereIn('id', $value) ->pluck('name', 'id'); } }