{{__('main.login')}}

{{__('main.sign_in_with_your_google_account')}}

@csrf() @if($errors->any())
@foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
    @endif