@extends('emails.layouts.base') @section('title', __('Password Reset Notification')) @section('header', __('Password Reset Notification')) @section('content')
{{ __('Hello, :name', ['name' => $user->full_name]) }}
{{ __('Your password has been successfully reset.') }}
{{ __('If you did not request this change, please contact our support team immediately.') }}
{{ __('If you recognize this action and no further steps are needed, you can safely ignore this email.') }}
@endsection