mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-04 06:48:49 +00:00
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> |