penambahan DISCLAIMER print otu dan pengecekan jika laporan belum di isi

This commit is contained in:
majid
2025-01-22 13:26:45 +07:00
parent 850534f1e2
commit 833af13491
9 changed files with 476 additions and 56 deletions

View File

@@ -8,6 +8,7 @@
<div class="w-full grid gap-5 lg:gap-7.5 mx-auto">
<form id="formInspeksi" method="POST" enctype="multipart/form-data" class="grid gap-5">
@csrf
<input type="hidden" name="nomor_registrasi" value="{{ $permohonan->nomor_registrasi }}">
<input type="hidden" name="permohonan_id" value="{{ $permohonan->id }}">
<input type="hidden" name="dokument_id" value="{{ request('documentId') }}">
<input type="hidden" name="action" value="rap">