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