App\services\OptionFormItem::render PHP Méthode

render() public méthode

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