@php
$existCommentVote = @$single_comment->votes?->where('user_id', auth()->id())->first();
@endphp
{{ __(@$single_comment?->comment) }}
- {{ __(showDateTime(@$single_comment->created_at, 'd M, Y')) }}
- |
- By {{ __(@$single_comment?->user?->name) }}
- Posted in theredpillportfolio
{{--
--}}
@if (@$single_comment->comments->count() > 0)
@foreach ($single_comment->comments as $comment)
@if ($comment->status)
@php
$count += 1;
@endphp
@if ($count < 4)
@endif
@endif
@endforeach
@endif