added migration, model, resource , grid table

This commit is contained in:
dhanabalan
2025-04-08 17:26:00 +05:30
parent 5fd16612fc
commit 3381cfca7c
10 changed files with 540 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<x-filament::page>
{{ $this->form }}
{{-- @livewire('invoice-data-table') --}}
<livewire:invoice-data-table :invoice-data="$invoice_data" />
</x-filament::page>