@props([ 'size' => 'md', 'withText' => true ]) @php // Konfigurasi skala ukuran $sizes = [ 'sm' => [ 'box' => 'w-8 h-8 rounded-xl', 'icon' => 'text-xl', 'text' => 'text-lg' ], 'md' => [ 'box' => 'w-12 h-12 rounded-2xl', 'icon' => 'text-3xl', 'text' => 'text-xl' ], 'lg' => [ 'box' => 'w-16 h-16 rounded-[1.8rem]', 'icon' => 'text-4xl', 'text' => 'text-2xl' ], ]; $current = $sizes[$size] ?? $sizes['md']; @endphp
merge(['class' => 'flex items-center gap-3']) }}> {{-- Ikon Logo --}}
{{-- Teks Brand --}} @if($withText)

LaravaelUI Dashboard

@endif