Files
opensem/resources/views/components/button.blade.php
Ludovic CANDELLIER 083d358fbd Mise à jour
2021-03-21 23:26:53 +01: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>