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

PASSWORD RESET REQUEST

Hello {{ $user->first_name }}!

You are receiving this email because we received a password reset request for your {{ config('app.name') }} account. Use the One-Time Password (OTP) below to reset your password securely.

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

IMPORTANT SECURITY NOTICE

If you didn't request a password reset:
No further action is required. Your account remains secure. However, if you receive multiple unexpected reset emails, please contact our support team immediately.

Need assistance? Contact our support team at operations@afridata.com.ng

@push('styles') @endpush @endsection