Added cycle count blade file #465

Merged
jothi merged 1 commits from ranjith-dev into master 2026-03-10 04:01:20 +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>