@props(['shape' => 'btn-sub btn-lighter']) @php $text = '編集'; $icon = 'fa-solid fa-caret-right'; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)