Files
2026-01-19 16:19:07 +00:00

7 lines
177 B
PHP

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