@props(['shape' => 'btn-sub btn-secondary-alt bg-white', 'text' => '', 'icon' => 'fa-solid fa-caret-right']) @php $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)