@foreach ($knownPosts as $item)
@endforeach
{{-- Pagination links --}}
@if (count($knownPosts) > 2)
@endif
{{-- Script to be able to submit the comment form with enter button --}}
{{-- Script to handle like toggle functionality --}}
{{-- For Replying on a comment --}}
{{-- For view more comment --}}
{{ $item->user->firstname . ' ' . $item->user->lastname ?? 'N/A' }}
{{ \Carbon\Carbon::parse($item->created_at)->format('H:i A') }}
{{ $serviceType->service }}
@endif{{ $item->post }}
{{ $comment->user->firstname }} {{ $comment->user->lastname }}
{{ \Carbon\Carbon::parse($comment->created_at)->format('H:i A') }}
{{ $comment->content }}
{{ $reply->user->firstname . ' ' . $reply->user->lastname ?? 'Anonymous' }}
{{ $reply->content }}