@props(['shape' => 'btn-table btn-secondary-alt']) @php $text = "保存"; $icon = "fa-solid fa-floppy-disk"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)