diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 0d7e896..1ea172b 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -12,36 +12,31 @@ - - - - - - - - - - - @foreach($comments as $comment) - - - - - - - @endforeach - -
视频标题置顶评论
- - {{$comment->video->title}} - - {{$comment->content}}
+@foreach($comments as $comment) +
+
+ {{$comment->video->title}} +
+ + 评论时间:{{$comment->created_at}} +
+

{{$comment->content}}

+
+ + +
+ + 去B站浏览 + + + +
+ 课代表: + {{$comment->uname}} +
+
+
+@endforeach {{$comments->links()}} @include("common.footer")