@php $existCommentVote = @$single_comment->votes?->where('user_id', auth()->id())->first(); @endphp

{{ __(@$single_comment?->comment) }}

{{--
--}} @if (@$single_comment->comments->count() > 0) @foreach ($single_comment->comments as $comment) @if ($comment->status) @php $count += 1; @endphp @if ($count < 4)
@include('front.components.com', [ 'single_comment' => $comment, 'count' => $count, ])
@endif @endif @endforeach @endif