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