@extends('layouts.app') @section('content')

Settings

@if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')

Article Processing

When disabled, the system will not fetch new articles or publish them to platforms.

Publishing Control

When enabled, articles will require manual approval before being published to platforms.

@endsection