v1.0.0 initial release

This commit is contained in:
samy
2025-06-13 10:48:20 -10:00
commit 0c8f70bca5
3333 changed files with 189946 additions and 0 deletions
@@ -0,0 +1,14 @@
@props([
'title' => null,
'description' => null,
])
<div class="border-b border-base-300 pb-6 mt-3">
@if ($title)
<x-sk::form.section-title :title="$title" :description="$description" class="mb-4" />
@endif
<div class="grid grid-cols-12 gap-4">
{{ $slot }}
</div>
</div>