@props(['shape' => 'btn-main btn-light']) @php $text = "削除"; $icon = "fa-regular fa-trash-can"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)