@extends('auth::layouts.emails') @section('title', 'Password Reset Request') @section('content')
You have requested to reset your password. Click the button below to reset it:
Reset PasswordIf you did not request a password reset, please ignore this email.
**This password reset link will expire in 30 minutes.
If you're having trouble clicking the "Reset Password" button, copy and paste the URL below into your web browser: {{ $resetUrl }}
@endsection