@section('comments-widget-comment') @foreach ($comments as $comment) @endforeach @show
{{ trans('comments::latest_comments') }} {!! HTML::fontIcon('external-link-alt') !!} {{ trans('app.date') }}
{!! $comment->plainText(100) !!} {!! $comment->created_at !!}