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