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

@ -31,4 +31,15 @@ $table->rows([
}
]);
$table->create();
$table->render();
?>
<x-main>
<x-slot:title>
Custom Title
</x-slot>
@php
$table->render();
@endphp
</x-main>