Comments

@foreach ($comments as $cmt)
@if (isset($cfg->show->date)) @php($date = isset($cfg->show->time) ? dateFormat($cmt->created_at, 'Y-m-d h:i:sA'):dateFormat($cmt->created_at, 'Y.m.d')) @endif @if (isset($cfg->show->name)) {{$cmt->name}} @endif
{!! nl2br($cmt->content) !!}
@endforeach