@props([ 'as' => 'a', 'label' => __('Download'), 'url', ]) <{{ $as }} {{ $attributes->twMerge('inline-flex items-center justify-center gap-1.5 p-1 text-[13px] font-medium bg-white rounded text-black hover:bg-gray-100') }} @if($as === 'a') href="{{ $url }}" download @endif > {{ $label }}