Files
sccs_laravel/resources/views/vendor/jetstream/components/secondary-button.blade.php
2025-11-04 16:23:40 +05:00

4 lines
135 B
PHP

<button {{ $attributes->merge(['type' => 'button', 'class' => 'btn btn-outline-secondary text-uppercase']) }}>
{{ $slot }}
</button>