@csrf

{{ __('admin.Configure Blog Settings') }}

{{-- Enable Comments --}}
enable_comments ?? false) ? 'checked' : '' }}>
{{ __('admin.Enable Comments') }}
  • {{ __('admin.If Enabled:') }} {{ __('admin.Users can leave comments on blog posts. Make sure a comment engine (e.g., Disqus or custom system) is configured.') }}
  • {{ __('admin.If Disabled:') }} {{ __('admin.Comment section will be hidden from all blog posts. No feedback or user interaction will be allowed via comments.') }}
{{-- Enable Auto-Approval --}}
auto_approve_comments ?? false) ? 'checked' : '' }}>
{{ __('admin.Enable Comment Auto-Approval') }}
  • {{ __('admin.If Enabled:') }} {{ __('admin.All comments will be published instantly without admin review. Use spam filters if needed.') }}
  • {{ __('admin.If Disabled:') }} {{ __('admin.All new comments will be held for manual approval by an admin or moderator.') }}
{{-- Enable Guest Comments --}}
guest_comments ?? false) ? 'checked' : '' }}>
{{ __('admin.Enable Guest Comments') }}
  • {{ __('admin.If Enabled:') }} {{ __('admin.Guest users can leave comments without creating an account. CAPTCHA is recommended for spam control.') }}
  • {{ __('admin.If Disabled:') }} {{ __('admin.Only logged-in users can comment on blog posts. Guest comment form will be hidden.') }}