@foreach ($comments as $comment) @include('comments.comment') @endforeach {!! $comments->render() !!}
@if (user()) {!! HTML::script('vendor/contentify/comments.js') !!} @else
{!! trans('comments::login_info', [link_to('auth/login', lcfirst(trans('auth::login'))), link_to('auth/registration/create', lcfirst(trans('auth::register')))]) !!}
@endif