App\services\OptionFormItem::render PHP Method

render() public method

public render ( )
    public function render()
    {
        return view('vendor.option-form.item')->with(['title' => $this->title, 'content' => $this->content, 'hint' => $this->hint]);
    }