@extends('emails.layouts.crypto') @section('content') {{-- Icon --}}
Thanks for signing up for {{ config('app.name') }}. Enter the code below to verify your email address.
Your verification code
|
{{ $otp }}
|
|
⚠ This code expires in 10 minutes. Do not share it with anyone. |
If you didn't create an account, you can safely ignore this email.
@endsection