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