@extends('emails.layout') @section('content')

Welcome to {{ config('app.name') }}!

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) }}

Go to Dashboard

If you have any questions or need assistance, please don't hesitate to contact our support team.

Best regards,
The {{ config('app.name') }} Team

@endsection