Files
ERP-upgrade/resources/views/emails/auth/otp.blade.php
2026-08-26 23:03:11 +00:00

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