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