@if (request('top3_purchase'))
Your Top 3 purchase is on file. Log in with {{ request('email') }} and we will attach it automatically.
@endif
@if (request('consent'))
Sign in with Google again — you’ll see Google’s normal sign-in/consent (we only use your email/profile for your account, not Google Business or Calendar here).
@endif
@php
$existingQuery = Request::query();
$existingQuery['source'] = 'google-login';
@endphp
Login with
Google