Repository URL to install this package:
|
Version:
3.4.1 ▾
|
!= Form::start('/articles/insert', new Evsmash\Articles\Article);
!= Form::text('name')
!= Form::select('type_id')->options(Element::flat(new Evsmash\Articles\ArticlesType, true))
!= Form::button('Create & back')->addClass('btn-success')
!= Form::button('Create & edit', 'edit')
!= Form::button('Create & create next', 'create')
!= Form::end()