Add NotificationSound Livewire component to create-invoice-validation page for audio notifications
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
{{ $this->form }}
|
||||
</div>
|
||||
|
||||
<livewire:notification-sound />
|
||||
|
||||
{{-- Livewire Component (Invoice Table) --}}
|
||||
<div class="bg-white shadow rounded-xl p-4">
|
||||
<livewire:invoice-data-table :invoice-data="$invoice_data" />
|
||||
|
||||
Reference in New Issue
Block a user