perbaikan print out memo, resume, rap , standard dan sederhana
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user