{{ __('Register') }}
@csrf
{{ __('Name') }}
{{ __('Email') }}
{{ __('Password') }}
{{ __('Password Confirmation') }}
{{ __('Your Subdomain') }}
{{ __('Example') }}:
{shop-name}.{{ env('APP_PROTOCOLESS_URL') }}
.{{ env('APP_PROTOCOLESS_URL') }}
@if(env('NOCAPTCHA_SITEKEY') != null)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
@endif
{{ __('I agree with the') }}
{{ __('terms and conditions') }}
{{ __(' Register') }}