@props(['shape' => 'btn-table btn-light']) @php $text = "表示順設定"; $icon = "fa-solid fa-bars-staggered text-xs"; $icon = "fa-solid fa-caret-right text-xs"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)