@extends('layouts.email') @section('content')
Dear {{$data['user']->name}},
Welcome to GARC!
Your account has been successfully created. 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