{{$post->post_content ?? ''}}
@php $jsonDecodeTags = json_decode($post->post_tags); @endphp @if ($jsonDecodeTags !== null && is_array($jsonDecodeTags)) @foreach ($jsonDecodeTags as $tag) {{ $tag }} @endforeach @endif @if($post->post_video)
{{$group->name ?? ''}}
Private Group - {{ count($group->groupUsers) }} members
@if($group->user_id != \Illuminate\Support\Facades\Auth::id())
@else
@endif
{{-- @dd($data['posts'])--}}
@if(isset($data) && count($data['posts']) != 0)
@foreach($data['posts'] as $post)
@endif
@if($post->post_image)
@endif
@endforeach
@else
{{ $post->user->name ?? '' }}
{{ $post->created_at->diffForHumans() }}
@if($post->user_id == $data['user']->id)
- Delete Post
- Hide Post
@if(isset($post->like))
@if($post->like->user_id != $data['user']->id)
@else
{{--UNDOLIKE BTN--}}
@endif
@else
@endif
{{-- --}}
@foreach ($post->latest_comments as $comment)
{{ $comment->user->name ?? '' }}
{{ $comment->comment ?? '' }}
{{ $comment->created_at->diffForHumans() }}
@endforeach
@if ($post->comment->count() >= 3)
@endif
{{-- --}}
Sorry No Posts Yet!!!
@endifSponsored
Activity
VIEW ALL
No activities yet!!
@endif
GMC COMMUNICATOR
No messages yet!!
@endif
--}}
{{-- --}}
{{--
--}}
@endsection