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