Add NotificationSound Livewire component to create-invoice-validation page for audio notifications
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user