diff --git a/resources/views/user/index.blade.php b/resources/views/user/index.blade.php index 7b853a3c..fe311fd0 100644 --- a/resources/views/user/index.blade.php +++ b/resources/views/user/index.blade.php @@ -157,14 +157,8 @@ {{trans('home.announcement')}} -
- +
+ {{$noticeList->links()}}
@if(!$noticeList -> isEmpty()) @foreach($noticeList as $notice) -

{!!$notice->title!!}

- {!! $notice->content !!} +

{!!$notice->title!!}

@if($notice->updated_at) - 更新于 {{$notice->updated_at}} +

更新于 {{$notice->updated_at}}

@endif + {!! $notice->content !!} @endforeach @else

暂无公告