@extends('layouts.auth') @section('content') logo

@lang('app.signInToAccount')

@csrf @if ($googleCaptchaSettings->status == 'active') @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@lang('app.forgotPassword')
@if ($googleCaptchaSettings->v2_status == 'active' && $googleCaptchaSettings->status == 'active')
@endif @if ($errors->has('recaptcha')) {{ $errors->first('recaptcha') }} @endif
@lang('front.navigation.backToHome')
@if($socialAuthSettings->google_status == 'active' || $socialAuthSettings->facebook_status == 'active')
@endif @endsection @if ($googleCaptchaSettings->v2_status == 'active' && $googleCaptchaSettings->status == 'active') @endif @if ($googleCaptchaSettings->v3_status == 'active' && $googleCaptchaSettings->status == 'active') @endif