@extends('layouts.bare-logo') @section('content')

{{ __('Login') }}

Continue with Google

Note: You agree to the Terms and Conditions
when you sign in

@if (session('source') == "google-login") @if(!empty($errors->all()))
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif @endif
all())) display: none; @endif" id="login-with-email">
@csrf
@error('email') @enderror
@if (session('source') != "google-login") @error('email') {{ $message }} @enderror @endif
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) @endif
@endsection