@extends($user['vendor'] == 1?'user.layout.supportlayout':'user.layout_user.supportlayout') @section('tab2','active') @section('tab')
@if(count($lists) == 0)
{{{ trans('main.no_comment') }}}
@else
@foreach($lists as $item) @endforeach
{{{ trans('main.comment') }}} {{{ trans('main.course') }}} {{{ trans('main.user') }}}
{{{ $item->comment or '' }}} {{{ $item->content->title or 'Removed' }}} {{{ $item->name or $item->user->username }}}
@if(!isset($_GET['p']) && $count>20) @endif @if(isset($_GET['p']) && $count>($_GET['p']+1)*20) @endif @if(isset($_GET['p']) && $_GET['p']>0) @endif
@endif @endsection