@props(['shape' => 'btn-main btn-primary-outline']) @php $text = "検索条件のクリア(R)"; $params = [ 'icon' => null, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)