Files
admin/resources/views/vendor/installer/components/link.blade.php
Husanjonazamov e0f1989655 classify admin
2026-02-24 12:52:01 +05:00

7 lines
250 B
PHP

<a
href="{{ $attributes->get('href') }}"
class="bg-{{ $attributes->get('color', 'blue') }}-500 hover:bg-{{ $attributes->get('color', 'blue') }}-700 text-white font-bold py-2 px-4 rounded inline-flex items-center"
>
{{ $slot }}
</a>