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

tags() public method

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