Files
newznab-tmux/resources/views/components/button-link.blade.php
T
2024-04-08 20:38:46 +02:00

4 lines
123 B
PHP

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