@extends('admin.layout.layout') @section('title',__('Settings')) @section('breadcrumbs') @endsection @section('content')
@csrf

{{ __('System Settings') }}

{{ __('Manage the main configuration fields and core settings that control system behavior.') }}

{{ __('Files Settings') }}

{{ __('Configure file upload options, such as background removal or preserving the original background.') }}
@endsection