Hello Admin,
A new user has successfully registered on the SureRightStay platform. Review the details below and take any necessary action from the admin dashboard.
Account Information
| Name | {{ $user->name }} |
| {{ $user->email }} | |
| Registered | {{ $user->created_at->format('d M Y, H:i') }} UTC |
| Email Verified | @if($user->hasVerifiedEmail()) Verified @else Not Verified @endif |
Profile Information
| Full Name | {{ $user->userData->full_name ?? 'N/A' }} |
| Phone | {{ $user->userData->phone ?? 'N/A' }} |
| Country | {{ $user->userData->country ?? 'N/A' }} |
| Status | {{ ucfirst($user->userData->status ?? 'N/A') }} |
| Role(s) | @foreach($user->roles as $role) {{ $role->name }} @endforeach @if($user->roles->isEmpty()) N/A @endif |
This is an automated notification. Log in to the admin dashboard to review this registration.