Akaunting/resources/views/components/button/index.blade.php

4 lines
93 B
PHP
Raw Normal View History

2022-06-01 07:15:55 +00:00
<button type="{{ $type }}" class="{{ $class }}" {{ $attributes }}>
{{ $slot }}
</button>