@props(['label', 'icon' => null, 'url' => null])
@php
$isButton = $attributes->has('type');
@endphp
@if ($isButton)
@else
merge(['class' => 'flex items-center justify-center border border-(--border-button) gap-1 px-4 py-2 text-center text-white rounded-md bg-gradient-to-t shadow-xs shadow-fuchsia-950 from-(--button-bawah) to-(--button-atas) hover:from-(--button-bawah) hover:to-(--button-atas) hover:inset-shadow']) }}>
@isset($icon)
@endisset
{{ $label }}
@endif