Backend\FormCategoriesController::create PHP Method

create() public method

Show the form for creating a new form categories.
public create ( ) : Response
return 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');
    }