Removed commented codes

This commit is contained in:
dhanabalan
2025-04-19 11:22:49 +05:30
parent d9ba1d4330
commit d1cffac58b

View File

@@ -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>
<form wire:submit.prevent="create" class="space-y-6">
{{-- Form Section --}}