action btns icon widgets add
This commit is contained in:
@ -1,13 +1 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
<a title="{{ $title }}" class='btn btn-{{ $btn_type }}' href='{{ $url }}' style='margin: 3px' ><i class='{{ $label }}'></i></a>
|
||||
|
Reference in New Issue
Block a user