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