@extends('layouts.master') @section('title', __('إعدادات الشركة')) @section('css') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
@csrf {{-- ===== Visual Identity ===== --}}
الهوية البصرية
@if ($setting?->logo_path) @else
اسحب الشعار هنا أو اضغط للاختيار
PNG / JPG / WEBP حتى 2MB
@endif
0%
{{-- ===== Company Info ===== --}}
البيانات الأساسية
{{-- ===== Phones ===== --}}
أرقام الهواتف
@php $phones = old('phones', $setting->phones ?? []); @endphp @forelse($phones as $i => $p)
@empty @endforelse
ملف اتفاقية المشتركين (PDF)
@if ($setting?->agreement_pdf_path) @endif
سياسة الأسعار والضريبة
@endsection @section('js') @endsection