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