@extends('emails.layout') @section('content')
Verify Your Account
Hi {{ $userName }},

We couldn't send the verification code via SMS, so we're sending it via email instead. Use the code below to verify your account:
{{ $otpCode }}
This code will expire in 10 minutes.
Security Tips:
• Never share this code with anyone
• RMBXchange will never ask for your code via phone or email
• If you didn't request this code, please ignore this email
@endsection