@extends('layouts.nova') @section('content') @php $sanitizeHtml = fn (?string $value) => \App\Services\ContentSanitizer::sanitizeRenderedHtml($value ?? ''); @endphp
{{ $ar->headline ?? '' }}
|
@if(!empty($comment->user_id) && !empty($comment->icon))
@endif
Posted by: {{ $comment->author }} Posts: {{ $postCounts[$comment->author] ?? 0 }} ![]() |
{{ $local_date }} |
| {!! $sanitizeHtml($comment->tekst) !!} | |
| @if(!empty($comment->signature)) {!! nl2br(e($comment->signature)) !!} @endif |