@isset($basicData['foto']) @php $photos = $formFoto['upload_foto'] ?? []; if (!is_array($photos)) { $photos = []; } $groupedPhotos = collect($photos)->groupBy('category'); @endphp @if ($groupedPhotos->isEmpty())
Tidak ada foto yang tersedia.
@else @foreach ($groupedPhotos as $category => $photos)Gambar tidak tersedia
@endif{{ $item['description'] ?? '-' }}
{{ $customLabels[$type] ?? '' }}
Tidak ada tipe foto yang tersedia
@endforelse @endif