@if(count($comments)>0) @for($i=0;$i
{!! $comments[$i]->lecture_comment_title !!}
{!! $comments[$i]->lecture_comment !!}
@if(Auth::check() == TRUE) {!! Lang::get('core.Reply')!!} @endif
@php( $replys = SiteHelpers::getlecturereplies($comments[$i]->lecture_comment_id) )
@if(count($replys)>0) @for($j=0;$j
  • @if($replys[$j]->user_id==\Session::get('uid')) @endif
    {{$replys[$j]->first_name}} {{$replys[$j]->last_name or ''}}
  • @endfor @endif
    @endfor @else @endif