@extends('layouts.dashboard') @section('title', t('الإعدادات','Settings')) @section('page-title','⚙️ '.t('إعدادات الموقع','Site Settings')) @section('content')
@csrf
{{-- ── General ── --}}

🏠 {{ t('إعدادات عامة','General') }}

@if(!empty($settings['site_logo']))
@endif
{{-- ── Contact Info ── --}}

📞 {{ t('معلومات التواصل','Contact Info') }}

{{ t('سيصلك رسائل صفحة تواصل معنا على هذا البريد','Contact form messages will be sent here') }}
{{ t('سيظهر في صفحة تواصل معنا','Will appear on contact page') }}
{{-- ── SEO ── --}}

🔍 SEO

{{-- ── Blog & Comments ── --}}

💬 {{ t('إعدادات المدونة والتعليقات','Blog & Comments') }}

{{-- ── Security ── --}}

🔒 {{ t('الأمان','Security') }}

{{-- ── API & Payment ── --}}

🔌 {{ t('API والدفع','API & Payment') }}

@endsection @section('scripts') @endsection