Files
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>