Files
lsky-pro/resources/views/components/button.blade.php
T
2022-04-27 17:32:27 +08:00

4 lines
228 B
PHP

<button {{ $attributes->merge(['type' => 'submit', 'class' => 'inline-flex justify-center py-2 px-4 text-sm font-medium rounded-md text-gray-600 bg-black/10 hover:bg-black/20 hover:text-gray-700']) }}>
{{ $slot }}
</button>