@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Account age update')) @section('content_header')

{{__('My account')}} / {{__('Apply')}} / {{__('Account age update')}}

@stop @section('js') @if (session()->has('success')) @elseif(session()->has('error')) @endif @if(!$isEligibleForApplication) @endif @stop @section('content')
{{ __('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.') }} {{ __('You can\'t change your date of birth after first setting it.') }}
@csrf @method('PATCH')
{!! __("Why do we need this? 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.") !!}
@stop @section('footer') @include('breadcrumbs.dashboard.footer') @stop