{{ $subject }}

@if($type === 'registration')

Thank you for registering with {{ config('mail.from.name', 'Adamart') }}! To complete your registration, please use the verification code below:

@else

You requested to reset your password for your {{ config('mail.from.name', 'Adamart') }} account. Use the verification code below to proceed:

@endif
{{ $otp }}
Important: This code will expire in 10 minutes for security reasons. Please do not share this code with anyone.
@if($type === 'registration')

If you didn't request this verification, please ignore this email. The code will expire automatically.

@else

If you didn't request a password reset, please secure your account immediately.

@endif