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