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.
19 lines
667 B
19 lines
667 B
<x-layouts.app>
|
|
<x-card>
|
|
{{ $dataTable->table() }}
|
|
</x-card>
|
|
|
|
<livewire:pages::academic.term.form-modal />
|
|
|
|
<livewire:pages::system.audit.audit-view-modal key-name="ulid" :model="\App\Domains\Academic\Models\Term::class"
|
|
translation="domains/academic/field.term." />
|
|
|
|
@can('term.delete')
|
|
<livewire:datatables.delete-action key-name="ulid" :model="\App\Domains\Academic\Models\Term::class" />
|
|
@endcan
|
|
|
|
@push('page-scripts')
|
|
@vite('resources/js/plugin/datatables.js')
|
|
{{ $dataTable->scripts(attributes: ['type' => 'module']) }}
|
|
@endpush
|
|
</x-layouts.app>
|
|
|