{{ __('Blog Setting') }} @pushOnce('styles') @endPushOnce {!! view_render_event('admin.blogs.setting.before') !!}

{{ __('Blog Setting') }}

{{ __('Post Setting') }}

{{ __('Per Page Records') }} {{-- --}} {{ __('Maximum Related Posts Allowed') }} {{-- --}} {{-- {{ __('Recent Posts Order By') }} @foreach($post_orders as $post_order_key => $post_order_val) @endforeach --}} {{ __('Show Categories With Posts Count') }} @php $blog_post_show_categories_with_count = old('blog_post_show_categories_with_count') ?: $settings['blog_post_show_categories_with_count'] @endphp {{ __('Show Tags With Posts Count') }} @php $blog_post_show_tags_with_count = old('blog_post_show_tags_with_count') ?: $settings['blog_post_show_tags_with_count'] @endphp {{ __('Show Author Page') }} @php $blog_post_show_author_page = old('blog_post_show_author_page') ?: $settings['blog_post_show_author_page'] @endphp

{{ __('Comment Setting') }}

{{ __('Enable Post Comment') }} @php $blog_post_enable_comment = old('blog_post_enable_comment') ?: $settings['blog_post_enable_comment'] @endphp {{ __('Allow Guest Comment') }} @php $blog_post_allow_guest_comment = old('blog_post_allow_guest_comment') ?: $settings['blog_post_allow_guest_comment'] @endphp {{-- {{ __('Enable Comment Moderation') }} @php $blog_post_enable_comment_moderation = old('blog_post_enable_comment_moderation') ?: $settings['blog_post_enable_comment_moderation'] @endphp --}} {{ __('Allowed maximum nested comment level') }} {{-- --}}

{{ __('Default Blog SEO Setting') }}

{{-- Meta Title --}} {{ __('Meta Title') }} {{-- Meta Keywords --}} {{ __('Meta Keywords') }} {{-- Meta Description --}} {{ __('Meta Description') }}
{!! view_render_event('admin.blogs.setting.after') !!}
@pushOnce('scripts') {{-- SEO Vue Component Template --}} @endPushOnce