{!! Form::text('name')
-> label(trans('role::workflow.label.name'))
-> placeholder(trans('role::workflow.placeholder.name'))!!}
{!! Form::text('start_stage')
-> label(trans('role::workflow.label.start_stage'))
-> placeholder(trans('role::workflow.placeholder.start_stage'))!!}
{!! Form::text('end_stage')
-> label(trans('role::workflow.label.end_stage'))
-> placeholder(trans('role::workflow.placeholder.end_stage'))!!}
{!! Form::text('stages')
-> label(trans('role::workflow.label.stages'))
-> placeholder(trans('role::workflow.placeholder.stages'))!!}
{!! Form::text('transissions')
-> label(trans('role::workflow.label.transissions'))
-> placeholder(trans('role::workflow.placeholder.transissions'))!!}