{{ translate('Login')}}
@csrf
@if (addon_activation('otp_system')) @else @endif @if (addon_activation('otp_system')) {{ translate('Use country code before number') }} @endif
@error('password') {{ $message }} @enderror
{{ translate('Forgot Password?') }}
{{--
--}} {{--
--}}
@if (env("DEMO_MODE") == "On")
user2@example.com 12345678
user17@example.com 12345678
@endif {{-- Social media Login --}} @if(get_setting('google_login_activation') == 1 || get_setting('facebook_login_activation') == 1 || get_setting('twitter_login_activation') == 1 || get_setting('apple_login_activation') == 1)
{{ translate('Or Login With')}}
    @if (get_setting('facebook_login_activation') == 1)
  • @endif @if(get_setting('google_login_activation') == 1)
  • @endif @if (get_setting('twitter_login_activation') == 1)
  • @endif @if (get_setting('apple_login_activation') == 1)
  • @endif
@endif

{{ translate("Don't have an account?") }}

{{ translate('Create an account') }}