@extends('home') @section('content')
@php $profileImagePlaceHolder='userdoc/profile.png'; @endphp Card image

Kitty Allanson

UI/UX Designer

About
  Joined:

{{\Carbon\Carbon::parse($businessUser->addDate)->diffForHumans()}}

  Username:

{{$businessUser->userName}}

Email:

{{$businessUser->email}}

Contact:

{{$businessUser->phoneNo}}

 Gender

{{$businessUser->gender}}

  Date of Birth:

{{$businessUser->DOB}}

  Marital Status

{{$businessUser->martialStatus}}

Postal Code:

{{$businessUser->postCode}}

Location:

{{$businessUser->country}}

Country:

{{$businessUser->address}}

Email:

{{$businessUser->email}}

Contact:

{{$businessUser->phoneNo}}

@php $posts=$businessUser->post->where('content_type','feeds'); @endphp @foreach($posts as $post) @php $postImageUrl=$post->postImage->where('postId',$post->postId)->first() ?? NULL; $placeHolder='postdoc/placeholder.jpg'; @endphp
avatar img

{{$post->caption}}

avatar img comments
Avatar
@endforeach
@endsection