@extends('admin.layouts.index')
@include('admin.layouts.components.asset_validasi')
@section('title')
Formulir DTKS {{ \App\Enums\Dtks\DtksEnum::VERSION_LIST[$dtks->versi_kuisioner] }}
@endsection
@section('breadcrumb')
Beranda
DTKS
Formulir DTKS
@endsection
@section('content')
@include('admin.dtks.2.form_isian')
@endsection
@push('scripts')
@include('admin.layouts.components.ajax_dtks')
{{--
karena ada kode $('#tabel1').DataTable(); pada script.js baris 16
sedangkan file admin.layouts.index.blade.php tidak meload datatable
kemudian karena file admin.layouts.components.asset_datatables.blade.php meload
script.js lagi sehingga ada beberapa double event yg terdaftar
menyebabkan beberapa interaksi dengan kamera rusak ketika mau mengambil foto
--}}
@endpush