[WIP] Setup of skeleton
This commit is contained in:
3
resources/views/components/button-delete.blade.php
Normal file
3
resources/views/components/button-delete.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user