@props(['shape' => 'btn-modal btn-light-outline', 'text', 'icon' => 'fa-solid fa-caret-right']) @php $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)