{{ __('Welcome back you\'ve been missed!') }}
{{ __('Log in with Google') }}
{{--
{{ __('Log in with Facebook') }}
--}}
{{ __('Or sign in with') }}
@csrf
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ __('Email') }}
{{ __('Password') }}
{{ __('Keep me logged in') }}
{{ __('Log in now') }}
{{ __('Create new account') }}
{{ __('Forgot password') }}