7 lines
177 B
PHP
7 lines
177 B
PHP
@props([
|
|
'id' => null,
|
|
])
|
|
|
|
<button type="submit" {{ $attributes->merge(['class' => 'btn']) }} {{ $attributes->merge(['id' => 'submit_button']) }}>
|
|
{{ $slot }}
|
|
</button> |