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