About
{{$log->bio ?? ""}}
Friends
-
@foreach($friendDetail as $friend)
@foreach($friend as $friend)
@php
$table=$friend->getTable();
@endphp
-
@if($friend->getTable() =='mstuser') @php $friendImage=$friend->profileImageUrl ?? ''; $url=env('APPLICATION_URL').$friendImage; @endphp
{{$friend->userName ?? ''}}
{{$friend->city}}, {{$friend->country}}
@elseif($friend->getTable() =='mstbusiness') @php $busienssImage=$friend->logoImageUrl ?? ''; $urlBusiness=env('APPLICATION_URL').$busienssImage; @endphp @if(\Illuminate\Support\Facades\File::exists(public_path($busienssImage))) @else @endif{{$friend->businessName ?? ''}} (Business)
Friends
-
@foreach($getFriendsList as $friend)
- @endforeach
-
@foreach($groups as $list)
{{$list->groupName}}
{{$list->groupPrivacy}} . {{$list->groupMembers()->count()}}
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 ?? ''}}