widgets, fontawesome add
This commit is contained in:
13
resources/views/widgets/action_button_widget.blade.php
Normal file
13
resources/views/widgets/action_button_widget.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<x-main>
|
||||
<x-slot:title>
|
||||
Custom Title
|
||||
</x-slot>
|
||||
|
||||
<a title="{{ $title }}" class='btn btn-{{ $btn_type }}' href='{{ $url }}' style='margin: 3px' >{{ $label }}</a>
|
||||
|
||||
</x-main>
|
Reference in New Issue
Block a user