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