@props(['shape' => 'btn-sub btn-secondary']) @php $text = "返品を新規作成"; $icon = "fa-solid fa-plus"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)