@props(['shape' => 'btn-table btn-tertiary text-xs py-[0.1875rem]']) @php $text = "EXCEL出力"; $icon = "fa-solid fa-caret-right text-xs"; $params = [ //'icon' => 'fa-solid fa-right-from-bracket', 'text' => $text, 'shape' => $shape //'icon' => 'fa-regular fa-cloud 00fa-arrow-right-from-bracket', 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)