contact-information{{ @trans('client_profile.contact_information') }}

edit {{ @trans('client_profile.update') }}

{{ucfirst($user->first_name)}} {{ucfirst($user->middle_name)}} {{ucfirst($user->last_name)}}

@if($user->mobile && $user->locations)

{{$user->mobile}}

@else

-

@endif
@if($user->secondary_mobile)

{{$user->secondary_mobile}}

@else

-

@endif
@if($user->whatsapp_mobile)

{{$user->whatsapp_mobile}}

@else

-

@endif
@if($user->secondary_email)

{{$user->secondary_email}}

@else

-

@endif
@if($user->work_email)

{{$user->work_email}}

@else

-

@endif
@if(!empty($user->locations->countries))

{{$user->locations->countries->name}}

@else

-

@endif
@if(!empty($user->locations->states))

{{$user->locations->states->name}}

@else

-

@endif
@if(!empty($user->locations->cities))

{{$user->locations->cities->name}}

@else

-

@endif

@if(!empty($user->locations->area_of_residence)){{$user->locations->area_of_residence}}@else-@endif

@if(!empty($user->locations->zip_code)){{$user->locations->zip_code}}@else-@endif

@push('pageModals') @endpush @push('pageJs') @endpush