Files
opensem/resources/views/components/form/button.blade.php
Ludovic CANDELLIER 52019357ba Add display of shelve
2022-01-23 22:49:23 +01:00

4 lines
205 B
PHP

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