@extends('frontend.layouts.app') @section('content')

{{ translate('Login to your account') }}

@csrf
@if (addon_activation('otp_system')) @else @if ($errors->has('email')) {{ $errors->first('email') }} @endif @endif @if (addon_activation('otp_system')) {{ translate('Use country code before number') }} @endif
@error('password') {{ $message }} @enderror
@if (env("DEMO_MODE") == "On")
user2@example.com 12345678
user17@example.com 12345678
@endif @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')}}
@endif

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

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