Files
2026-02-24 21:51:06 +01:00

5 lines
163 B
PHP

@blaze(fold: true)
<button {{ $attributes->merge(['class' => 'bg-blue-500 text-white px-3 py-2 rounded-lg inline-block transition']) }}>
{{ $slot }}
</button>