4 lines
120 B
PHP
4 lines
120 B
PHP
<button {{ $attributes->merge(['type' => 'button', 'class' => 'btn btn-danger text-white']) }}>
|
|
{{ $slot }}
|
|
</button>
|