perbaikan print out standart
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
@endif
|
||||
|
||||
|
||||
@if (isset($formFoto['foto_lantai_unit']['foto_lantai_unit'] ))
|
||||
@foreach ($formFoto['foto_lantai_unit']['foto_lantai_unit'] as $index => $floorPhotos)
|
||||
@if (isset($formFoto['foto_lantai_unit'] ))
|
||||
@foreach ($formFoto['foto_lantai_unit'] as $index => $floorPhotos)
|
||||
@foreach ($floorPhotos as $index => $item)
|
||||
<div class="border photo-item">
|
||||
<h2 class="text-gray-600 font-semibold text-xl">
|
||||
@@ -75,7 +75,7 @@
|
||||
@endforeach
|
||||
@endif
|
||||
|
||||
{{-- @if (isset($formFoto['foto_lingkungan']['foto_lingkungan']))
|
||||
@if (isset($formFoto['foto_lingkungan']['foto_lingkungan']))
|
||||
@foreach ($formFoto['foto_lingkungan']['foto_lingkungan'][0] as $index => $item)
|
||||
<div class="border photo-item">
|
||||
<h2 class="text-gray-600 font-semibold text-xl">
|
||||
@@ -91,7 +91,7 @@
|
||||
@endif
|
||||
</div>
|
||||
@endforeach
|
||||
@endif --}}
|
||||
@endif
|
||||
|
||||
@if (isset($formFoto['foto_basement']))
|
||||
<div class="border photo-item">
|
||||
|
||||
Reference in New Issue
Block a user