{{ __('Create your Account') }}
@csrf
{{ __('Full Name') }}
*
{{ __('Email Address') }}
*
Email me about product news.
{{ __('Sign Up') }}
@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
{{ __('Have an account?') }}
{{ __('Sign In') }}