@props(['shape' => 'btn-table btn-secondary-alt', 'text'=>'表示']) @php $icon = "fa-solid fa-bars"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)