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