{{ $errors->first('gender') }}
@php
$bloodGroups = [
'A+', 'A-', 'B+', 'B-', 'O+', 'O-', 'AB+', 'AB-'
];
@endphp
{{ $errors->first('blood_group') }}
{{ $errors->first('employee_department_id') }}
{{ $errors->first('employee_designation_id') }}
{{ $errors->first('employee_role_id') }}
{{ $errors->first('shift_type_id') }}
{{ $errors->first('reporting_person_id') }}
{{ $errors->first('head_manager') }}
{{ $errors->first('cold_storage_id') }}
{{ $errors->first('check_in_option') }}
{{--
--}}
{{ $errors->first('country') }}
{{ $errors->first('region') }}