@extends('emails.layouts.crypto') @section('content') {{-- Icon --}}
✉️

Verify your email address

Thanks for signing up for {{ config('app.name') }}. Enter the code below to verify your email address.


{{-- OTP Box --}}

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