Added panel checklist wrapper blade file
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s

This commit is contained in:
dhanabalan
2026-06-18 12:18:36 +05:30
parent 3e8ab512d6
commit 66a35d2796

View File

@@ -0,0 +1,6 @@
<div>
@livewire('panel-check-list', [
'records' => $existingRecords,
'data' => $data
])
</div>