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

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

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