@include('admin.forums.topics.post_card')
{{-- Topic Posts --}}
@if(!empty($topic->posts) and count($topic->posts))
@foreach($topic->posts as $postRow)
@include('admin.forums.topics.post_card',['post' => $postRow])
@endforeach
@endif
{{ trans('update.reply_to_the_topic') }}
{{ trans('update.topic_actions') }}