ubah @include untuk komponen foto ke foto-jaminan di Penilai
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user