@props(['shape' => 'btn-modal btn-light-outline']) @php $text = "閉じる"; $icon = null; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)