@if (moduleStatusCheck('MultiBranch') && isset($branches))
@endif
@if ($errors->has('role_id'))
{{ $errors->first('role_id') }}
@endif
@if ($errors->has('department_id'))
{{ $errors->first('department_id') }}
@endif
@if ($errors->has('designation_id'))
{{ $errors->first('designation_id') }}
@endif
@if ($errors->has('gender_id'))
{{ $errors->first('gender_id') }}
@endif
@if ($errors->has('current_address'))
{{ $errors->first('current_address') }}
@endif
@if ($errors->has('permanent_address'))
{{ $errors->first('permanent_address') }}
@endif