PERSONAL DATA

Image Preview
@error('last_name') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror
@error('middle_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('present_address') {{ $message }} @enderror
@error('provincial_address') {{ $message }} @enderror
@error('mobile_number') {{ $message }} @enderror
@error('alternative_number') {{ $message }} @enderror
@error('date_of_birth') {{ $message }} @enderror
@error('age') {{ $message }} @enderror
@error('place_of_birth') {{ $message }} @enderror
civil_status == 'single' ? 'checked' : '' }}>
civil_status == 'married' ? 'checked' : '' }}>
civil_status == 'head_of_family' ? 'checked' : '' }}>
civil_status == 'widow' ? 'checked' : '' }}>
@error('civil_status') {{ $message }} @enderror
@error('nationality') {{ $message }} @enderror
@error('religion') {{ $message }} @enderror
@error('height') {{ $message }} @enderror
@error('weight') {{ $message }} @enderror
@error('spouse_name') {{ $message }} @enderror
@error('spouse_occupation') {{ $message }} @enderror
@if ($errors->has('mother_maiden_name')) {{ $errors->first('mother_maiden_name') }} @endif
@if ($errors->has('mother_occupation')) {{ $errors->first('mother_occupation') }} @endif
@if ($errors->has('father_name')) {{ $errors->first('father_name') }} @endif
@if ($errors->has('father_occupation')) {{ $errors->first('father_occupation') }} @endif
@if ($errors->has('dependents')) {{ $errors->first('dependents') }} @endif
@if ($errors->has('philhealth_no')) {{ $errors->first('philhealth_no') }} @endif
@if ($errors->has('blood_type')) {{ $errors->first('blood_type') }} @endif
`