About
{{$loggedIn->bio ?? ""}}
Friend Suggestions
@foreach($firendFriendDetail as $friend) @foreach($friend as $friend) @php array_push($friendNames,$friend->userName ); @endphp @endforeach @endforeach-
@foreach($users as $user)
@php
if($user->userName == $loggedIn->userName){
continue;
}
if (in_array($user->userName, $friendNames))
{
continue;
}
@endphp
- @endforeach
Photos
Friends
-
@if(!empty($followingFriendDetail))
@foreach($followingFriendDetail 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 @if(\Illuminate\Support\Facades\File::exists(public_path($friendImage))) @else @endif
{{$friend->userName ?? ''}}
{{$friend->businessName ?? ''}} (Business)
@endforeach
@endforeach
@endif
@if(!empty($firendFriendDetail))
@foreach($firendFriendDetail as $friend)
@foreach($friend as $friend)
@php
$table=$friend->getTable();
array_push($friendNames,$friend->userName );
@endphp
{{$friend->userName ?? ''}}
{{$friend->address}}, {{$friend->country}}
{{$friend->businessName ?? ''}} (Business)
{{$friend->UserCity->city}}, {{$friend->userCountry->country}}
-
@foreach($groups as $list)
{{$list->groupName}}
{{$list->groupPrivacy}} . {{$list->groupMembers()->count()}}
{{$invite->userName}}
has invited you to join this group.
Personal Info
{{$loggedIn->userName ?? ''}}
Live In {{$loggedIn->city ?? ''}} ,{{$loggedIn->country ?? ''}}
{{$loggedIn->phoneNo ?? ''}}
{{$loggedIn->hairColor ?? ''}}
{{$loggedIn->religion ?? ''}}
{{$loggedIn->DOB ?? ''}}
-
@foreach($loggedIn->education as $education)
{{$education->title ?? ""}} from {{$education->location ?? ""}}
@endforeach{{$loggedIn->occupation[0]->title ?? '' }}
work as {{$loggedIn->occupation[0]->description ?? ''}} from {{$user->getUserDetail->occupation[0]->startDate ?? ''}}
{{$userInt->interest[0]->intrestCategoryTitle}}
@endforeach