@props(['align' => 'left']) @php($alignCls = ['left' => 'text-left', 'right' => 'text-right', 'center' => 'text-center'][$align] ?? 'text-left') merge(['class' => "px-6 py-4 $alignCls text-sm text-foreground"]) }}> {{ $slot }}