@props(['shape' => 'btn-sub btn-primary text-xs py-1.5', 'text', 'icon'=>'fa-regular fa-pen-to-square mr-0.5']) @php $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)