@props(['shape' => 'btn-modal btn-light']) @php $text = "追加"; $icon = "fa-solid fa-plus"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)