@extends('theme::layout.public') @section('seo_title')话题 @if($topics->currentPage()>1)- 第{{ $topics->currentPage() }}页 @endif - {{ Setting()->get('website_name') }}@endsection @section('content')

话题不仅能组织和归类你的内容,还能关联相似的内容。正确的使用话题将让你的问题被更多人发现和解决。

@if($parentCategories) @endif @if( $categories )
@endif
@foreach($topics as $topic)

logo) class="tag-logo" style="background-image: url({{$topic->logo}});" @endif>{{ $topic->name }}

@if($topic->description) {{ str_limit($topic->summary,200) }} @else 暂无介绍 @endif

@if(Auth()->check() && Auth()->user()->isFollowed(get_class($topic),$topic->id)) @else @endif {{ $topic->followers }} 关注
@endforeach
{!! str_replace('/?', '?', $topics->render()) !!}
@endsection