@component('mail::message')
# New User Registration Confirmation
Dear Admin,
I hope this message finds you well. I am writing to inform you that a new user has successfully registered on our platform. Below are the details of the newly registered user:
e
@component('mail::panel')
Phone: {{ $user->phone}}
Name: {{ $user->name ?? 'No Name Entered'}}
Email: {{ $user->email ?? 'No Email Entered'}}
Date and Time of Registration :{{ $user->created_at->format('d-M-Y')}}
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent