perbaikan print out memo, resume, rap , standard dan sederhana

This commit is contained in:
majid
2025-01-10 15:53:58 +07:00
parent e84bce7034
commit c1b573a275
7 changed files with 385 additions and 241 deletions

View File

@@ -89,6 +89,7 @@
@foreach ($formFoto['foto_lantai_unit'] as $floorIndex => $floorPhotos)
<div class="mt-5">
@foreach ($floorPhotos as $index => $item)
@if (is_int($index) && isset($item['name'], $item['path']) && is_string($item['path']))
<div class="flex items-center justify-between mt-3">
<div class="grid gap-3">
<h3 class="text-gray-600 font-semibold text-lg">
@@ -101,6 +102,7 @@
</div>
</div>
</div>
@endif
@endforeach
</div>
@endforeach