10 lines
213 B
PHP
10 lines
213 B
PHP
@component('mail::message')
|
|
# Verification Code
|
|
|
|
Your one-time login code is: **{{ $otp }}**
|
|
|
|
This code will expire in 10 minutes. Do not share this with anyone.
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent |