@props(['shape' => 'btn-table btn-light text-xs py-[0.1875rem]']) @php $text = "再読込"; $icon = "fa-solid fa-rotate text-xs mr-0.5"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)