added migration, model, resource , grid table
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<x-filament::page>
|
||||
{{ $this->form }}
|
||||
|
||||
{{-- @livewire('invoice-data-table') --}}
|
||||
<livewire:invoice-data-table :invoice-data="$invoice_data" />
|
||||
|
||||
</x-filament::page>
|
||||
Reference in New Issue
Block a user