Files
opensem/resources/views/components/button-delete.blade.php
Ludovic CANDELLIER 36267139a1 [WIP] Setup of skeleton
2020-03-25 00:08:27 +01:00

3 lines
250 B
PHP

<button @if (isset($type))type="{{ $type }}"@else type="button"@endif class="btn btn-danger @if (isset($class)){{ $class }}@endif" @if (isset($id)) id="{{ $id }}"@endif>
<i class="fa @if (isset($icon)){{ $icon }}@else fa-trash @endif"></i>
</button>