Files
newznab-tmux/resources/views/components/button-link.blade.php
T
2026-02-24 21:51:06 +01:00

5 lines
153 B
PHP

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