@props(['shape' => 'btn-main 00btn-primary-alt']) @php $text = "詳細条件を閉じる"; $icon = "fa-solid fa-close"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)