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