Backend\FormBuilderController::create PHP Метод

create() публичный Метод

Show the form for creating a new form.
public create ( ) : Response
Результат Response
    public function create()
    {
        $this->layout->title = 'Create New Form';
        $this->layout->content = \View::make($this->link_type . '.' . $this->current_theme . '.formbuilders.create_edit');
    }