@props([ 'name' => '', 'initials' => null, ]) @php $initials = $initials ?? collect(explode(' ', trim($name)))->map(fn ($part) => mb_substr($part, 0, 1))->take(2)->implode(''); @endphp class(['inline-flex size-9 shrink-0 items-center justify-center rounded-full bg-brand-600 text-xs font-semibold uppercase text-white dark:bg-brand-500']) }}> {{ $initials }}