@props(['theme' => 'light']) @php $logoSrc = $theme === 'dark' ? 'storage/logos/logof.png' : 'storage/logos/logo.png'; $textColor = $theme === 'dark' ? '!text-white' : 'text-[#1e3a8a]'; $subtextColor = $theme === 'dark' ? '!text-white/60' : 'text-gray-400'; $paddingClass = $theme === 'dark' ? 'p-0.5' : ''; @endphp {{-- Brand Logo Component — Canonical, single source of truth Logo size: h-[52px] (ebda-logo class) Text size: 25px / 9.5px (ebda-logo-text / ebda-logo-subtext) Used in: public nav (light), admin sidebar (dark) --}} merge(['class' => 'flex items-center gap-x-3 group shrink-0']) }}> {{-- Logo image --}} {{-- Logo text --}}
ابدأ Ebda Platform