@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($sellerVerification->email != null)
@else
@endif

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

@endsection