Files
opensem/resources/views/components/button.blade.php
Ludovic CANDELLIER 4c4405d067 Fixes
2021-04-06 22:20:44 +02:00

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>