@if (session('error')) @endif

Hi, Welcome back 👋


@if (request('top3_purchase')) @endif @if (request('consent'))
@endif @php $existingQuery = Request::query(); $existingQuery['source'] = 'google-login'; @endphp Login with Google
OR
@csrf @if (request()->query('zapier'))

Grant Access to Zapier

To complete the Zapier integration, please log in to your account. This will allow Zapier to access the data it needs to perform automated actions on your behalf.

@foreach (request()->query() as $key => $value) @endforeach @else

Login to Your Account

@endif
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}