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