@props(['shape' => 'btn-main btn-primary']) @php $text = "検索"; $params = [ 'icon' => null, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)