@php $data = commentFormSettings(); @endphp @extends('core::base.layouts.master') @section('title') {{ translate('Comment Setting') }} @endsection @section('custom_css') @endsection @section('main_content')
@csrf

{{ translate('Comment Setting') }}

{{-- Default Setting Section --}}
{{ translate('Default Post settings') }}

{{-- Default Setting Section End --}} {{-- Other Comment Settings Section --}}
{{ translate('Other comment settings') }}
@if ($errors->has('close_comments_days_old'))

{{ $errors->first('close_comments_days_old') }}

@endif
@if ($errors->has('thread_comments_level'))

{{ $errors->first('thread_comments_level') }}

@endif

@if ($errors->has('comments_per_page'))

{{ $errors->first('comments_per_page') }}

@endif @if ($errors->has('default_comments_page'))

{{ $errors->first('default_comments_page') }}

@endif @if ($errors->has('comment_order'))

{{ $errors->first('comment_order') }}

@endif
{{-- Other Comment Settings Section End --}} {{-- Email me whenever Section --}}
{{ translate('Email me whenever') }}


{{-- Email me whenever Section End --}} {{-- Before a Comment Appears Section --}}
{{ translate('Before a comment appears') }}


{{-- Before a Comment Appears Section End --}} {{-- Comment Moderation Section --}}
{{ translate('Comment Moderation') }}

{{ translate('Hold a comment in the queue if it contains') }} {{ translate('or more links. (A common characteristic of comment spam is a large number of hyperlinks.)') }}

@if ($errors->has('comment_max_links'))

{{ $errors->first('comment_max_links') }}

@endif

{{ translate('When a comment contains any of these words in its content, author name, URL, email, IP address, or browser’s user agent string, it will be held in the ') }}{{ translate('pending queue') }} {{ translate('One word or IP address per line. It will match inside words, so “press” will match “WordPress”.') }}

{{-- Comment Moderation Section End --}} {{-- Disallowed Comment Keys Section --}}
{{ translate('Disallowed Comment Keys') }}

{{ translate('When a comment contains any of these words in its content, author name, URL, email, IP address, or browser’s user agent string, it will be put in the Trash. One word or IP address per line. It will match inside words, so “press” will match “WordPress”.') }}

{{-- Disallowed Comment Keys Section End --}} {{-- Avatar Section --}}
{{ translate('Avatars') }}

{{ translate('An avatar is an image that can be associated with a user across multiple websites. In this area, you can choose to display avatars of users who interact with the site.') }}

{{-- Avatar Section End --}} {{-- Avatar Display Section --}}
{{ translate('Avatar Display') }}
{{-- Avatar Display Section End --}} {{-- Default Avatar Section --}}
{{ translate('Default Avatar') }}

{{ translate('For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email address.') }}








@if ($errors->has('avatar_default'))

{{ $errors->first('avatar_default') }}

@endif
{{-- Default Avatar Section --}}
@endsection @section('custom_scripts') @endsection