@props([ 'url', 'label' => 'Continue', 'align' => 'center', ]) @php $alignAttr = match ($align) { 'left' => 'left', 'right' => 'right', default => 'center', }; @endphp