@props([ 'href' => '#', 'class' => '', 'id' => null, 'label' => '', 'buttonClick' => '', 'labelIcon' => null, 'popupForm' => false, ]) @php $class = "btn {$class}"; $href = $popupForm ? "data-href=$href" : "href=$href"; $splitAttributes = implode(' ', explode(' ', $attributes)); @endphp @if ($labelIcon) {!! $labelIcon !!} @endif {{ $label }}