
Your Profile
@if(session()->has('password_changed'))
Change Plan
Password Updated Successfully
@endif @if(session()->has('profile_updated'))Profile Updated Successfully
@endif{{Auth::user()->unit ?? '0'}} Units left
Username:
{{Auth::user()->name ?? 'Guest User'}}Email Address:
{{Auth::user()->email ?? 'No Email Address'}}Phone Number:
{{Auth::user()->phone ?? 'No Phone Number'}}Your Plan:
{{Auth::user()->plan ?? 'No Plan'}}
{{-- --}}