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