Refactoring, change menu, add many features
This commit is contained in:
4
resources/views/components/form/button.blade.php
Normal file
4
resources/views/components/form/button.blade.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<button type="{{ $type ?? 'button' }}" class="btn {{ $class ?? ''}}" @if (isset($id)) id="{{ $id }}"@endif>
|
||||
<i class="fa fa-fw {{ $icon ?? '' }}"></i>
|
||||
{{ $txt ?? '' }}
|
||||
</button>
|
||||
Reference in New Issue
Block a user