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