Add NotificationSound Livewire component to create-invoice-validation page for audio notifications

This commit is contained in:
dhanabalan
2025-09-16 15:04:46 +05:30
parent 93b1138752
commit bbd192148c

View File

@@ -6,6 +6,8 @@
{{ $this->form }} {{ $this->form }}
</div> </div>
<livewire:notification-sound />
{{-- Livewire Component (Invoice Table) --}} {{-- Livewire Component (Invoice Table) --}}
<div class="bg-white shadow rounded-xl p-4"> <div class="bg-white shadow rounded-xl p-4">
<livewire:invoice-data-table :invoice-data="$invoice_data" /> <livewire:invoice-data-table :invoice-data="$invoice_data" />