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>
|
1
resources/views/widgets/icon_btn_create_widget.blade.php
Normal file
1
resources/views/widgets/icon_btn_create_widget.blade.php
Normal file
@ -0,0 +1 @@
|
||||
<a title="{{ $title }}" class='btn btn-{{ $btn_type }}' href='{{ $url }}' style='margin: 3px' >{{ $label }}</a>
|
Reference in New Issue
Block a user