@if($type === 'password_reset') 🔐 Password Reset @elseif($type === 'email_verification') ✉️ Email Verification @else 🔑 Verification Code @endif

Hello,

@if($type === 'password_reset') You have requested to reset your password. Use the verification code below to complete the process: @elseif($type === 'email_verification') Please use the verification code below to verify your email address: @else Please use the verification code below to complete your request: @endif

{{ $otp }}

⏱️ This code will expire in {{ $expiresInMinutes }} minutes

🔒 Security Notice: If you did not request this code, please ignore this email or contact our support team immediately.

This is an automated message. Please do not reply to this email.
If you have any questions, please contact our support team.

© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.