@extends('mail.base') @section('body')

Your New Account Password

We have generated a new password for your account. You can log in using the following credentials:

Email: {{$email}}

Password: {{$password}}


Please ensure you change your password after logging in to maintain the security of your account.


@include('mail.partials.button',['link' => $link, 'title' => 'LOGIN'])
@endsection