@extends('frontend.layouts.UserMain')
{{ translate('Contact Information')}}
Hi there! I’m using FuseChat.
{{$receiverUser->age}}
{{$receiverUser->userDetails->country->name ?? '' }}
@else-
@endifStraight
{{$receiverUser->gender}}
@if(isset($hair_color)) {{ $hair_color->name}} @else N/A @endif
@if(isset($eye_color)) {{ $eye_color->name}} @else N/A @endif
@if(isset($body_type)) {{ $body_type->name}} @else N/A @endif
@if(isset($length)) {{ $length->name}} @else N/A @endif