@php $canEdit = $comment->canEdit(); @endphp
{{ __('labels.post.posted_by', ['author' => $comment->author]) }} at @date ($comment->created_at->tz($page['timezone'])) @if ($canEdit && $count == $key + 1)
 
@endif
@if ($canEdit && $count == $key + 1)
@method('delete') @csrf
@endif
{!! $comment->text !!}