3 lines
250 B
PHP
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> |