@extends('layouts-new.auth') @section('content')
Appointo
@lang('app.signInYourAccount')
@csrf @if ($googleCaptchaSettings->status == 'active') @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

@if ($googleCaptchaSettings->v2_status == 'active' && $googleCaptchaSettings->status == 'active')
@endif @if ($errors->has('recaptcha')) {{ $errors->first('recaptcha') }} @endif
@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