@props(['shape' => 'btn-modal btn-secondary-outline', 'text' => '表示順設定']) @php $icon = "fa-solid fa-caret-right"; $icon = "fa-solid fa-arrow-up-wide-short"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)