@extends('frontend.email.email-master') @section('content')

Dear Member,

{{ __('You have received this email because a request was made to authenticate an action on your') }} {{ __('Amplivo Member') }} {{ __('account.') }}

🔐 {{ __('Your OTP is:') }} {{ $details['otp'] }}

{{ __('This code is valid for 5 minutes. Please enter it promptly to complete your verification.') }}

{{ __('Request Details') }}

{{ __('Didn’t request this?') }}

{{ __('If you did not initiate this action or you received this OTP unexpectedly, please:') }}

  1. {{ __('Reset your password immediately') }}
  2. {{ __('Contact our support team') }} {{ __('for assistance securing your account') }}
@endsection