Files
SkinbaseNova/resources/views/admin/stories/comments-moderation.blade.php
2026-03-12 07:22:38 +01:00

9 lines
393 B
PHP

@extends('layouts.nova')
@section('content')
<div class="mx-auto max-w-4xl px-4 py-8">
<h1 class="mb-2 text-xl font-semibold text-gray-100">Story Comments Moderation</h1>
<p class="text-sm text-gray-400">Story comments currently use the existing profile comment pipeline. Use this page as moderation entrypoint and link to the global comments moderation tools.</p>
</div>
@endsection