@extends('emails.layouts.abec') @section('subject', 'Reset your password') @section('preheader', 'You requested a password reset for your ABEC Africa account.') @section('content')

Reset your password.

Hi {{ $user->name }}, we received a request to reset the password for your ABEC Africa account. Click the button below to set a new password.

Reset Password

This link expires in 60 minutes. If you did not request a password reset, no action is required — your account is safe.


If the button above does not work, copy and paste this URL into your browser:
{{ $resetUrl }}

@endsection