@extends('emails.layout') @section('content')
Password reset
Use this one-time password to reset your account. The code is valid for {{ $expires }} minutes.
Your OTP
{{ $otp }}
If you did not request this password reset, you can ignore this email. Do not share this OTP with anyone.
@endsection