@if (is_null($parentReplyId))
@csrf @lang('app.reply') @endif @if ($replies->isNotEmpty())
@endif @if ($showReplies)
@foreach ($replies as $reply) @include('society-forum.reply', ['reply' => $reply]) @endforeach
@endif