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

4 lines
125 B
PHP

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