@extends('layouts.notification') @section('content')

VERIFY YOUR EMAIL ADDRESS

Hello {{ $user->first_name }}!

Thank you for registering with {{ config('app.name') }}! To complete your registration and access your account, please verify your email address using the One-Time Password (OTP) below.

YOUR VERIFICATION CODE
{{ $otp }}
This OTP is valid for 10 minutes

Important: For your security, never share your verification code with anyone. Our team will never ask for this code.

Need help? Contact our support team at operations@api.bb.remonode.com

@push('styles') @endpush @endsection