Company Details
User Avatar
{{$userObject->full_name}}

First Name: {{$userObject->first_name}}

Last Name: {{$userObject->last_name}}

Email: {{$userObject->email}}

Phone: {{$userObject->country_code}} {{$userObject->phone}}

User Type: {{$userObject->user_type}}

Push Notification: {{ucwords(strtolower(array_flip(PUSH_NOTIFICATION_USER_SETTING)[$userObject->push_notification]))}}

Timezone: {{$userObject->timezone}}

Date Of Birth: {{$userObject->date_of_birth}}

Biography: {{$userObject->biography}}

Gender: {{$userObject->gender}}

Language: {{$userObject->language}}

Profile Completed: {{ucwords(strtolower(array_flip(PROFILE_COMPLETE)[$userObject->is_profile_completed]))}}