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

View File

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