@extends('auth::layouts.emails') @section('title', 'Password Reset Request') @section('content')

Hello, {{ $user->name }}

You have requested to reset your password. Click the button below to reset it:

Reset Password

If 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