@extends('emails.index') @section('content')

Hi {{ $user->strUserName }},

We received a request to reset the password for your HiRAMS account. Click the button below to choose a new password.

This link will expire in 60 minutes. If you did not request a password reset, you can safely ignore this email — your password will not change.
Reset My Password

If the button above doesn't work, copy and paste this link into your browser:
{{ $resetUrl }}

@endsection