@extends('layouts.nova') @section('content')
{{ $ar->headline ?? '' }}
|
@if(!empty($comment->user_id) && !empty($comment->icon))
@endif
Posted by: {{ $comment->author }} Posts: {{ $postCounts[$comment->author] ?? 0 }} ![]() |
{{ $local_date }} |
| {!! $comment->tekst !!} | |
| @if(!empty($comment->signature)) {!! nl2br(e($comment->signature)) !!} @endif |