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