@props([ 'href' => '#', 'color' => 'primary', 'icon' => null, 'label' => '', ]) @php $tooltip = $attributes->get('title', $label ?: ''); @endphp merge(['class' => 'btn btn-' . $color . ' shadow-sm font-weight-bold', 'title' => $tooltip]) }}> @if($icon) @endif {{ $label }}