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