@extends('emails.layout') @section('title', 'Reset Your Password') @section('content')
Hi {{ $user->name ?? 'there' }},
You are receiving this email because we received a password reset request for your account.
This password reset link will expire in {{ $expireMinutes ?? 60 }} minutes.
If you did not request a password reset, no further action is required. Your account is safe.
Security Tip: Never share your password with anyone. Our team will never ask for your password.
Best regards,
The {{ $appName ?? config('app.name') }} Team
If you're having trouble clicking the button, copy and paste the URL below into your web browser:
{{ $url }}