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