@props(['align' => 'left']) @php $alignClass = match ($align) { 'center' => 'text-center', 'right' => 'text-right', default => 'text-left', }; @endphp