@session('status')
{{ $value }}
@endsession
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
{{-- Social Logins --}} @if (function_exists('setting')) @php $googleEnabled = setting('google_login_enabled', '0') === '1' && config('services.google.client_id') && config('services.google.client_secret'); $facebookEnabled = setting('facebook_login_enabled', '0') === '1' && config('services.facebook.client_id') && config('services.facebook.client_secret'); @endphp @if ($googleEnabled || $facebookEnabled)
Or continue with
@if ($googleEnabled) Login with Google @endif @if ($facebookEnabled) Login with Facebook @endif
@endif @endif