@extends('auth.layouts.authentication') @section('content') @php $isOtpSystemActivated = addon_is_activated('otp_system'); @endphp
{{ translate('Site Icon')}}

{{ !$isOtpSystemActivated ? translate('Verify Your Email') : translate('Verify Your Email/Phone') }}

@csrf @if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif

{{ translate('Already have an account?')}} {{ translate('Log In')}}

@endsection