Files
opensem/resources/views/components/form/button.blade.php
2021-10-30 02:22:51 +02:00

4 lines
179 B
PHP

<button type="{{ $type ?? 'button' }}" class="btn {{ $class ?? ''}}" @if (isset($id)) id="{{ $id }}"@endif>
<i class="fa fa-fw {{ $icon ?? '' }}"></i>
{{ $txt ?? '' }}
</button>