belongsTo('App\User'); } public function business() { return $this->belongsTo('App\Business'); } public function getTypeFaAttribute() { $type = config('WM-Conf.SMSPanelType'); return isset($type[$this->attributes['type']]) ? $type[$this->attributes['type']] : 'دیگر'; } }