@extends('frontend.layouts.UserMain')
Female, 18, United States, New York
--}}{{$user->gender}}, {{$user->age}} {{ translate('Years Old') }} {{ $countryNames ?? '' }}
{{$relationStatus->name ?? '' }}
{{$religion->name ?? '' }}
{{$cast->name ?? 'N/A' }}
{{$sub_cast->name ?? 'N/A' }}
{{$diploma->name ?? 'N/A'}}
{{$working_sector->name ?? 'N/A'}}
{{$known_languages ?? 'N/A'}}
@php
$words = explode(' ', $user->short_description);
$chunks = array_chunk($words, 50);
@endphp
@foreach ($chunks as $chunk)
{{ implode(' ', $chunk) }}
@endforeach
@if($length) {{$length->name}} @else N/A @endif
@if(isset($eye_color)) {{ $eye_color->name}} @else N/A @endif
@if($body_type) {{ $body_type->name}} @else N/A @endif
@if($hair_color) {{ $hair_color->name}} @else N/A @endif
@if($user->userDetails) @if($user->userDetails->weight) {{$user->userDetails->weight}} @else N/A @endif @else N/A @endif
@if($user->userDetails) @if($user->userDetails->appearance_id) {{ $appearance->name}} @else N/A @endif @else N/A @endif
@if($user->userDetails) @if($user->userDetails->clothing_style_id) {{ $clothing_style->name}} @else N/A @endif @else N/A @endif
@if($user->userDetails) @if($user->userDetails->intelligence_id) {{ $intelligence->name}} @else N/A @endif @else N/A @endif
@if($user->userDetails) @if($user->userDetails->language) {{ $language->name}} @else N/A @endif @else N/A @endif
@if ($user->userDetails) @if($user->userDetails->drinking) {{ $user->userDetails->drinking }} @else N/A @endif @else N/A @endif
@if ($user->userDetails) @if($user->userDetails->going_out) {{ $user->userDetails->going_out }} @else N/A @endif @else N/A @endif
@if ($user->userDetails) @if($user->userDetails->smoke) {{ $user->userDetails->smoke }} @else N/A @endif @else N/A @endif