About

{{$log->bio ?? ""}}

  • {{$log->city ?? ""}} , {{$log->country ?? ""}}

  • {{$log->DOB ?? ""}}

  • Dancing Club

  • Selected Plan : {{$log->choosedPlan->plan->planName ?? ''}}

Friends

@foreach($posts as $post)
@if(\Illuminate\Support\Facades\File::exists(public_path($profileImage))) @else @endif

{{ $post->user->userName}}

10h

{{$post->caption}}

@if(!empty($post-> text_back_ground))
{{ $post-> caption}}
@endif @foreach ($post->postImage as $image) @php $fileName = $image->postFileUrl; $fileNameParts = explode('.', $fileName); $ext = end($fileNameParts); @endphp @if($ext == "jpg" || $ext == "png" || $ext == "webp" || $ext == "jpeg")
@endif @if($ext == "mp4" || $ext == "MOV")
@endif @endforeach
@endforeach

Videos

@foreach($postVideo as $vid)
@php $extention=pathinfo($vid->postFileUrl, PATHINFO_EXTENSION); $url=env('APPLICATION_URL').$vid->postFileUrl ?? ''; @endphp @if($extention=="mp4" || $extention=="mov")
@endif
@endforeach

Friends

Personal Info

Edit Info

{{$log->userName ?? ''}}

Live In {{$log->city ?? ''}} ,{{$log->country ?? ''}}

{{$log->phoneNo ?? ''}}

{{$log->hairColor ?? ''}}

{{$log->religion ?? ''}}

{{$log->DOB ?? ''}}

{{$log->occupation[0]->title ?? '' }}

work as {{$log->occupation[0]->description ?? ''}} from {{$user->getUserDetail->occupation[0]->startDate ?? ''}}