@if ($errors->has('employee_id'))
{{ $errors->first('employee_id') }}
@endif
@if ($errors->has('joining_date'))
{{ $errors->first('joining_date') }}
@endif
@if ($errors->has('department_id')) {{ $errors->first('department_id') }} @endif
@if ($errors->has('designation_id')) {{ $errors->first('designation_id') }} @endif
@if ($errors->has('duty_schedule_id')) {{ $errors->first('duty_schedule_id') }} @endif
@if ($errors->has('manager_id')) {{ $errors->first('manager_id') }} @endif
@if (@$user->role->slug == 'superadmin') @else
@if ($errors->has('role_id')) {{ $errors->first('role_id') }} @endif
@endif
@if ($errors->has('time_zone'))
{{ $errors->first('time_zone') }}
@endif
@if ($errors->has('is_free_location'))
{{ $errors->first('is_free_location') }}
@endif
{{--
@if ($errors->has('basic_salary'))
{{ $errors->first('basic_salary') }}
@endif
--}}
@if ($errors->has('attendance_method'))
{{ $errors->first('attendance_method') }}
@endif
{{ _trans('common.Default Password') }} (12345678) {{ _trans('common.Custom Password') }}
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif