attributes['is_count_genban'] ?? 1) == 1 ? '是' : '否'; } public function courses() { return $this->hasMany(Course::class, 'type', 'id'); } }