Full Name {{ $user->name }} Verified Customer
Mobile Number {{ $user->phone ?: 'Not Added' }} @if($user->phone) SMS Active @else Please Add Phone @endif
Email Address {{ $user->email }} Primary Mail
Need to update your contact information or name?
Edit Personal Profile
@csrf @method('patch')
@if (session('status') === 'profile-updated')

Profile updated successfully.

@endif