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