fix navigation buttons back, in file memo, rap-penilai, resume, sla, show, and header

This commit is contained in:
majid
2025-05-21 10:57:25 +07:00
committed by putrakuningan
parent 8fbc02bfff
commit 7aae88ce85
6 changed files with 10 additions and 11 deletions

View File

@@ -161,7 +161,7 @@
@if ($dataHeader == 'pelaporan')
<a class="btn btn-success"
href="{{ route('otorisator.view-laporan') }}?permohonanId={{ $permohonan->id }}&documentId={{ $documentId }}&inspeksiId={{ $inspeksiId }}&jaminanId={{ $jenisJaminanId }}&statusLpj={{ true }}">
href="{{ route('otorisator.view-laporan') }}?permohonanId={{ $permohonan->id }}&documentId={{ $documentId }}&inspeksiId={{ $inspeksiId }}&jaminanId={{ $jenisJaminanId }}&statusLpj={{ true }}&header={{ $header }}">
Lihat Laporan
</a>
@endif