first commit
This commit is contained in:
3
resources/views/components/button.blade.php
Executable file
3
resources/views/components/button.blade.php
Executable file
@ -0,0 +1,3 @@
|
||||
<button type="submit" class="btn @isset($color){{ ' btn-' . $color }}@else btn-primary @endisset float-right">
|
||||
{{ $slot }}
|
||||
</button>
|
Reference in New Issue
Block a user