@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. | |
|