4 lines
193 B
PHP
4 lines
193 B
PHP
<button type="{{ $type ?? 'button' }}" class="btn {{ $class ?? ''}}" @if (isset($id_button)) id="{{ $id_button }}"@endif>
|
|
<i class="fa fa-fw {{ $icon ?? '' }}"></i>
|
|
{{ $txt ?? '' }}
|
|
</button> |