Merge pull request 'Added cycle count blade file' (#465) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 18s

Reviewed-on: #465
This commit was merged in pull request #465.
This commit is contained in:
2026-03-10 04:01:19 +00:00

View File

@@ -0,0 +1,13 @@
<x-filament-panels::page>
<div class="space-y-4">
{{-- Render the Select form fields --}}
<div class="space-y-4">
{{ $this->form }}
</div>
<div class="bg-white shadow rounded-xl p-4 mt-6">
<livewire:stock-data-table />
</div>
</div>
</x-filament-panels::page>