perbaikan data pembanding dan print out resume

This commit is contained in:
majid
2025-01-20 11:53:06 +07:00
parent 6cd79cce8b
commit 532d48c66f
3 changed files with 59 additions and 33 deletions

View File

@@ -141,7 +141,7 @@
<tr>
<td style="width: 20%">Pemohon</td>
<td style="width: 1%">:</td>
<td style="width: 100%">{{ $permohonan->user->name }}</td>
<td style="width: 100%">{{ $permohonan->user->name ?? '' }}</td>
</tr>
<tr>
@@ -331,12 +331,6 @@
<footer>
</footer>
<script>
const data = @json($resumeData);
console.log(data);
</script>
</body>
</html>