widgets, fontawesome add

This commit is contained in:
2025-01-20 16:57:48 +03:00
parent 32fbc234ef
commit 22f7ecff6a
25 changed files with 2792 additions and 64 deletions

View 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>