@extends('email.layouts.master') @section('content')

{{ $title ?? 'Verification Code' }}

Hello {{ ucfirst($username) }},
To complete your request, please use the One-Time Password (OTP) below.

{{ $otp }}
Warning: If you did not initiate this request, please ignore this email or contact support immediately. Do not share this code with anyone, including our support staff.
@endsection