A new user has registered on the platform. Here are their details:
Name: {{ $user->name }}
Email: {{ $user->email }}
Username: {{ $user->username }}
Telegram: {{ $user->telegram ?? 'Not provided' }}
WhatsApp: {{ $user->whatsapp ?? 'Not provided' }}
Registration Date: {{ $user->created_at->format('Y-m-d H:i:s') }}
You can view more details about this user in the admin dashboard.