Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into tender

This commit is contained in:
2025-02-07 14:18:13 +07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1185,7 +1185,7 @@
<tr>
@if (count($validPhotoTypes) === 1)
@php
$type = reset($validPhotoTypes);
$type = reset($validPhotoTypes);
$imagePath = $forminspeksi[$type] ?? null;
@endphp
<td style="width: 100%; vertical-align: top; text-align: center" colspan="2" class="photo-item border">
@@ -1236,7 +1236,7 @@
FOTO JAMINAN
</h6>
</div>
@include('lpj::penilai.components.foto')
@include('lpj::penilai.components.foto-jaminan')
</div>
</div>

View File

@@ -702,7 +702,7 @@
</td>
</tr>
</table>
@include('lpj::penilai.components.foto')
@include('lpj::penilai.components.foto-jaminan')
</div>
</div>
</main>