1
0
forked from poc/pds

Added invoice finder view page

This commit is contained in:
dhanabalan
2025-07-01 14:56:21 +05:30
parent 45d426b6b8
commit 5435261e40

View File

@@ -0,0 +1,14 @@
<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:invoice-finder-data-table />
</div>
</div>
</x-filament-panels::page>