@props([ 'url', 'color' => 'primary', 'align' => 'center', ]) @php $colorClass = match ($color) { 'success' => 'button button-success', 'danger' => 'button button-danger', 'secondary' => 'button button-secondary', default => 'button', }; @endphp