@extends('emails.layout') @section('content')
Hello {{ $user->name }},
Thank you for registering with {{ config('app.name') }}. Your account has been successfully created.
| Email: | {{ $user->email }} |
| Account Type: | {{ ucfirst($user->role) }} |
If you have any questions or need assistance, please don't hesitate to contact our support team.
Best regards,
The {{ config('app.name') }} Team