<x-alerttitle="{{ __('Date of birth required to continue') }}"alert-type="warning"icon="fa fa-exclamation-triangle">
{{__('Because you signed up using Discord, your age was not registered in our system. In order to continue applying for this position, please add your date of birth below. Please note that we don\'t accept registrations from users under 13 years of age.')}}
<labelfor="dob"class="sr-only">{{__('Date of birth')}}</label>
<inputtype="text"class="form-control"name="dob"id="dob"placeholder="Date of birth">
<spanclass="text-muted text-sm"><iclass="fas fa-info-circle"></i>{!!__("<b>Why do we need this?</b> We use your age information to make sure you meet age requirements for certain positions, and to make sure that everyone is compliant with our terms of service.")!!}</span>
</div>
</form>
<x-slot:cardFooter>
<buttononclick="$('#addDob').submit()"type="button"class="btn btn-success"><iclass="fas fa-save"></i>{{__('Save and continue')}}</button>