@props(['shape' => 'btn-main btn-primary']) @php $text = "登録(S)"; $icon = "fa-solid fa-floppy-disk"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)