Use this code to verify your identity. This OTP will expire in 10 minutes.

{{ config('app.name') }}

Hello,

@if ($email_type=="reset_password")

We received a request to reset the password for your {{ config('app.name') }} account.

Please use the following One-Time Password (OTP) to reset your password:

@else

We received a request to verify your identity for your {{ config('app.name') }} account.

Please use the following One-Time Password (OTP) to complete the verification process:

@endif
{{ $otp }}

This code is valid for 10 minutes. If you did not request this verification, please ignore this message or contact our support team.

Thanks,
The {{ config('app.name') }} Team

© {{ now()->year }} {{ config('app.name') }}. All rights reserved.