{!!Form::vertical_open()
->id('pm-sprint-create')
->method('POST')
->files('true')
->action(guard_url('pm/sprint'))!!}
{{ trans('app.new') }} [{!! trans('pm::sprint.name') !!}]
@include('pm::admin.sprint.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}