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

4 lines
134 B
PHP

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