@if(count($comments)>0)
@for($i=0;$i < count($comments);$i++)
{!! $comments[$i]->lecture_comment_title !!}
{!! $comments[$i]->lecture_comment !!}
@php ( $replys = SiteHelpers::getlecturereplies($comments[$i]->lecture_comment_id) ) @if(count($replys)>0) @endif @if(Auth::check() == TRUE) {!! Lang::get('core.Reply') !!} @endif
@endfor
@endif
@if(count($comments)>0) {!! str_replace('/?', '?' , $comments->render()) !!} @endif