@props(['type'=>'button', 'shape' => 'btn-modal btn-primary-alt']) @php $text = "入力完了"; $icon = "fa-solid fa-caret-right"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape, 'type' => $type ]; @endphp @include('components.button', $params)