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