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