@props(['shape' => 'btn-main']) @php $text = "MAP"; $icon = "fa-solid fa-location-dot"; $params = [ 'icon' => $icon, 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)