public function category(string $type) : string { return $this->group([Form::label($type . '_tags[]', fragment("back.{$this->module}.{$type}") . '*'), Form::category($this->model, $type, ['data-select' => 'select'])]); }