@if (Session::has('error')) @php Session::forget('error'); @endphp @endif @php $pid = isset($_GET['pid']) ? $_GET['pid'] : 0; @endphp

Register

@if (request('top3_purchase'))
Your Top 3 purchase is on file. Register with {{ request('email') }} and we will attach it automatically.
@endif

Prefer the new setup wizard? Start here

Continue with Google
OR
@csrf
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif