Binggo...
@if(session('failed'))
{{ session('failed') }}
@endif
New Customer Account
Create an account by entering the information below. If you are a returning customer, please
Login
{!! NoCaptcha::renderJs() !!} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@csrf @if(isset($_GET['aff']) && $_GET['aff'])
@endif
{!! NoCaptcha::display() !!}
{{-- --}}