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