You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
677 B
20 lines
677 B
<x-layouts.app>
|
|
<x-card> {{ $dataTable->table() }} </x-card>
|
|
|
|
<livewire:pages::system.audit.audit-view-modal
|
|
key-name="id"
|
|
:model="\App\Domains\Finance\Models\ProductMapping::class"
|
|
translation="domains/finance/field.product-mapping."
|
|
/>
|
|
|
|
<livewire:pages::finance.product-mapping.form-modal />
|
|
|
|
@can('product-mapping.delete')
|
|
<livewire:datatables.delete-action key-name="id" :model="\App\Domains\Finance\Models\ProductMapping::class" />
|
|
@endcan
|
|
|
|
@push('page-scripts')
|
|
@vite('resources/js/plugin/datatables.js')
|
|
{{ $dataTable->scripts(attributes: ['type' => 'module']) }}
|
|
@endpush
|
|
</x-layouts.app>
|
|
|