@php $existCommentVote = @$single_comment->votes?->where('user_id', auth()->id())->first(); @endphp
{{ __(@$single_comment?->comment) }}
{{ __(@$single_comment?->user?->fullname) }}
{{ __(showDateTime(@$single_comment->created_at, 'd M, Y')) }}
@if (auth()->user()) @if (auth()->user()->id == $single_comment->user_id && auth()->user()->type == $single_comment->type)-
-
@elseif(auth()->guard('admin')->user())
@if (auth()->user()->id == $single_comment->user_id && auth()->user()->type == $single_comment->type)
-
-
@endif
@endif
@endif
- post_id }}
data-comment-id={{ @$single_comment->id }}>
{{ __(@$single_comment?->user?->fullname) }}
{{ __(@$single_comment?->user?->fullname) }}