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

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

10h

{{$post->caption}}

@foreach ($post->postImage as $image)
@endforeach
@endforeach

Photos

Videos

Friend

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 ?? ''}}

@foreach($userIntrest as $userInt)

{{$userInt->interest[0]->intrestCategoryTitle}}

@endforeach