@extends('layouts.email') @section('content')

Dear {{$data['user']->name}},

Your password has been updated successfully. Here are your login credentials:

Email: {{$data['user']->email}}

Password: {{$data['password']}}

You can log in to your account using the following link:

{{URL('/')}}

For security reasons, we recommend that you change your password after logging in for the first time.

If you have any questions or need assistance, feel free to contact our support team.

Best regards,

GARC

@endsection