• {{ $comment['name'] }}
    {{ formattedDateTime($comment['created_at']) }}
    {{ $comment['name'] }} @if($comment['is_admin']) {{ __('Admin') }}@endif

    {{ $comment['comment'] }}

    @auth('web') {{ __('Reply') }} {{ __('Reply') }} icon
    @csrf
    @if ($setting->recaptcha_status == 'active')
    @endif
    @endauth
    @if (!empty($comment['children']) && count($comment['children']) > 0) @endif