App\services\OptionFormItem::render PHP 메소드

render() 공개 메소드

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