@extends('emails.layouts.default-mail') @section('content')
| @include('emails.components.subject-box', [ 'title' => 'Reset your password', 'description' => 'We received a request to change the password for your account.', ]) | ||
|
Hello [full-name]! Someone requested a password reset for your {{ config('app.name') }} account associated with [email]. If this was you, click the button below to choose a new password.
Link expires in: [expiry] Requested at: [current-date-time] @endcomponent @component('emails.components.notice-box') Didn't request this? You can safely ignore this email — your password will stay the same. If you're concerned about your account security, contact our support team. @endcomponent
|