3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-04 06:48:49 +00:00
Files
snipe-it/resources/views/blade/input/button.blade.php
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>