fix: tampilan detail laporan, dan ganti route print out, penambahan service

This commit is contained in:
majid
2025-06-13 09:56:42 +07:00
parent 4405760df4
commit daed7c5e48
22 changed files with 1021 additions and 706 deletions

View File

@@ -93,10 +93,10 @@
</div>
</div>
{{-- <footer id="footer"> --}}
<footer id="footer">
{{-- Cabang : {{ $permohonan->debiture->branch->name ?? '' }} --}}
{{-- </footer> --}}
{{-- <script type="text/php">
</footer>
<script type="text/php">
if (isset($pdf)) {
$pdf->page_script('
$font = $fontMetrics->get_font("Arial, Helvetica, sans-serif", "normal");
@@ -107,8 +107,8 @@
$pdf->text($x, $y, $pageText, $font, $size);
');
}
</script> --}}
{{-- <script>
</script>
<script>
const datas = @json($forminspeksi);
console.log(datas);
const lpjData = @json($lpjData);
@@ -138,4 +138,4 @@
});
</script>
</body>
</html> --}}
</html>