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.
18 lines
1.0 KiB
18 lines
1.0 KiB
<x-layouts.app>
|
|
<x-card>
|
|
{{ $dataTable->table() }}
|
|
</x-card>
|
|
|
|
<livewire:pages::system.audit.audit-view-modal key-name="ulid" model="\{{ modelFull }}::class"
|
|
translation="domains/{{ domainLower }}/field.{{ modelVariable }}."/>
|
|
<livewire:datatables.delete-action key-name="ulid" :model="\{{ modelFull }}::class"
|
|
:action="\App\Domains\{{ domain }}\Actions\Governance\Remove{{ model }}::class"/>
|
|
<livewire:datatables.excel-manager :export-class="\App\Domains\{{ domain }}\Exports\{{ model }}Export::class"
|
|
:import-class="\App\Http\Ingestion\Excel\{{ domain }}\{{ model }}Import::class"
|
|
resource-name="{{ modelVariable }}"/>
|
|
|
|
@push('page-scripts')
|
|
@vite(['resources/js/plugin/datatables.js', 'resources/js/plugin/select2.js'])
|
|
{{ $dataTable->scripts(attributes: ['type' => 'module']) }}
|
|
@endpush
|
|
</x-layouts.app>
|
|
|