@extends($user['vendor'] == 1?'user.layout.supportlayout':'user.layout_user.supportlayout') @section('tab2','active') @section('tab')
@if(count($lists) == 0)
{{{ trans('main.no_comment') }}}
| {{{ trans('main.comment') }}} | {{{ trans('main.course') }}} | {{{ trans('main.user') }}} |
|---|---|---|
| {{{ $item->comment or '' }}} | {{{ $item->content->title or 'Removed' }}} | {{{ $item->name or $item->user->username }}} |