{{ __('messages.role.edit_role') }}
{{ Form::open(['id'=>'editDepartmentForm']) }}
{{ Form::hidden('departmentId',null,['id'=>'departmentId']) }}
{{ Form::label('name', __('messages.common.name').':') }} {{ Form::text('name', null, ['class' => 'form-control','required','id'=>'editDepartmentName']) }}
{{ Form::label('is_active', __('messages.common.active').':') }}
{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary m-0','id'=>'editDepartmentSave','data-loading-text'=>" Processing..."]) }}
{{ Form::close() }}