@php $branding = $branding ?? []; $themePrimary = old('theme_primary_color', $branding['theme_primary'] ?? '#f97316'); $themeSecondary = old('theme_secondary_color', $branding['theme_secondary'] ?? '#ffedd5'); $hintPrefix = $hintPrefix ?? 'tenant'; $entityLabel = $entityLabel ?? 'المنشأة'; $portalUrl = $portalUrl ?? null; $submitRoute = $submitRoute ?? '#'; $canManage = $canManage ?? true; $accent = $accent ?? 'orange'; $isTeal = $accent === 'teal'; $cardClass = $cardClass ?? ($isTeal ? 'clinic-card' : 'nursery-card'); $btnPrimaryClass = $btnPrimaryClass ?? ($isTeal ? 'clinic-btn clinic-btn-primary' : 'nursery-btn nursery-btn-primary'); $btnSoftClass = $btnSoftClass ?? ($isTeal ? 'clinic-btn clinic-btn-outline' : 'nursery-btn nursery-btn-soft'); $previewEmoji = $previewEmoji ?? ($isTeal ? '🏥' : '🧸'); $c = $isTeal ? [ 'border' => 'border-teal-100', 'border2' => 'border-teal-200', 'bgSoft' => 'bg-teal-50/60', 'title' => 'text-teal-950', 'text' => 'text-teal-800/80', 'textSm' => 'text-teal-800/85', 'muted' => 'text-teal-700/60', 'muted2' => 'text-teal-700/70', 'label' => 'text-teal-900', 'checkbox' => 'border-teal-300', 'fileBtn' => 'file:bg-teal-600 hover:file:bg-teal-700', ] : [ 'border' => 'border-orange-100', 'border2' => 'border-orange-200', 'bgSoft' => 'bg-orange-50/60', 'title' => 'text-orange-950', 'text' => 'text-orange-800/80', 'textSm' => 'text-orange-800/85', 'muted' => 'text-orange-700/60', 'muted2' => 'text-orange-700/70', 'label' => 'text-orange-900', 'checkbox' => 'border-orange-300', 'fileBtn' => 'file:bg-orange-500 hover:file:bg-orange-600', ]; @endphp

الهوية البصرية ل{{ $entityLabel }}

الشعار والألوان والاسم يظهران في البوابات ولوحة التحكم.

معاينة الشعار

@if(!empty($branding['logo_url'])) @else @endif

{{ $branding['display_name'] ?? $entityLabel }}

أين يظهر؟

    @if($portalPathHint ?? null)
  • بوابة العملاء ({{ $portalPathHint }})
  • @endif
  • القائمة الجانبية في لوحة {{ $entityLabel }}
@if(empty($branding['logo_url']))

لم يُرفع شعار بعد — اختر صورة ثم احفظ.

@endif
@if($canManage)
@csrf @method('PUT')
@if($displayNameHelp ?? null)

{{ $displayNameHelp }}

@endif @error('display_name')

{{ $message }}

@enderror
@if(!empty($branding['logo_url'])) @endif

PNG أو JPG أو WebP — حتى 2 ميجا.

@error('logo_file')

{{ $message }}

@enderror

تخصيص الألوان

@error('theme_primary_color')

{{ $message }}

@enderror
@error('theme_secondary_color')

{{ $message }}

@enderror

معاينة سريعة

عنصر ثانوي
@if($portalUrl) معاينة البوابة @endif
@else

ليس لديك صلاحية تعديل الهوية البصرية.

@endif