Added panel checklist wrapper blade file
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<div>
|
||||
@livewire('panel-check-list', [
|
||||
'records' => $existingRecords,
|
||||
'data' => $data
|
||||
])
|
||||
</div>
|
||||
Reference in New Issue
Block a user