@csrf
@if($errors->has("dob"))
{{$errors->first("dob")}}
@endif
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if($errors->has("address"))
{{$errors->first("address")}}
@endif
@if($errors->has("state_id"))
{{$errors->first("state_id")}}
@endif
@if($errors->has("district_id"))
{{$errors->first("district_id")}}
@endif