App\Services\Html\BlenderFormBuilder::category PHP Method

category() public method

public category ( string $type ) : string
$type string
return string
    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'])]);
    }