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