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

View File

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