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