@props(['text' => null, 'icon' => null, 'shape' => 'btn-rectangle btn-secondary-alt !border-secondary-300/60' ]) @php $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)