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