@if(Cache::get('google_oauth_client_id') && Cache::get('google_oauth_client_secret'))
{{ __('Login with Google') }}

@endif
@csrf
@if (Route::has('password.request')) {{ __('Forgot Your Password ?') }} @endif