@csrf
{{ __('auth.Gender') }}
@if (Laravel\Jetstream\Jetstream::hasTermsAndPrivacyPolicyFeature())
{!! __('I agree to the :terms_of_service and :privacy_policy', [ 'terms_of_service' => '' . __('Terms of Service') . '', 'privacy_policy' => '' . __('Privacy Policy') . '', ]) !!}
@endif {{ __('auth.Register') }}