Added production checklist blade file in components #508

Merged
jothi merged 1 commits from ranjith-dev into master 2026-04-07 12:07:14 +00:00
Showing only changes of commit 80c9ca827f - Show all commits

View File

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