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

7 lines
270 B
PHP

<button
type="{{ $attributes->get('type', 'button') }}"
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 }}
</button>