Profile Info
You have full control to manage your own account setting.
@if(Session::has('errmessage'))
@endif
@if(Session::has('sucmessage'))
@endif
Personal Information
Basic info, like your name and address, that you use on our platform.
First Name
{{ucfirst($user->fname)}}
Last Name
{{ucfirst($user->lname)}}
Email
{{$user->email}}
Currency
{{$user->user_curr()}}
Email Verified
{!! get_email_verification_status($user->email_verify) !!}
KYC Verification
{!! get_verification_status($user->kyc_verify) !!}
Phone Number
{{__profile_details($user->phone)}}
Gender
{{__profile_details($user->gender)}}
Date of Birth
{{__profile_dob($user->dob)}}
Country
{{__profile_details($user->country)}}
Address
{{__profile_details($user->get_address())}}
Theme Style
{{ucfirst($user->theme_style)}}