Removed commented codes
This commit is contained in:
@@ -1,17 +1,4 @@
|
|||||||
{{-- <x-filament::page>
|
|
||||||
|
|
||||||
<form wire:submit.prevent="create">
|
|
||||||
{{ $this->form }}
|
|
||||||
|
|
||||||
<livewire:invoice-data-table :invoice-data="$invoice_data" />
|
|
||||||
|
|
||||||
<x-filament::actions class="mt-4">
|
|
||||||
@foreach ($this->getFormActions() as $action)
|
|
||||||
{{ $action }}
|
|
||||||
@endforeach
|
|
||||||
</x-filament::actions>
|
|
||||||
|
|
||||||
</x-filament::page> --}}
|
|
||||||
<x-filament::page>
|
<x-filament::page>
|
||||||
<form wire:submit.prevent="create" class="space-y-6">
|
<form wire:submit.prevent="create" class="space-y-6">
|
||||||
{{-- Form Section --}}
|
{{-- Form Section --}}
|
||||||
|
|||||||
Reference in New Issue
Block a user