perbaikan pembanding kendaraan, alat berat, pesawat, kapal, print out dan ukuran foto pada objek jaminan
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
<img id="foto_object_jaminan_preview_{{ $loop->index }}"
|
||||
src="{{ isset($matchedFoto['foto_objek']) ? asset('storage/' . $matchedFoto['foto_objek']) : '' }}"
|
||||
alt="{{ $item->name }}" class="mb-2 h-auto"
|
||||
style="{{ !empty($matchedFoto['foto_objek']) ? 'width: 30rem;' : 'display: none;' }}"
|
||||
style="{{ !empty($matchedFoto['foto_objek']) ? 'width: 30rem;' : 'display: none; width: 30rem;' }}"
|
||||
onerror="this.style.display='none';" />
|
||||
|
||||
<div class="input-group w-full flex gap-2">
|
||||
|
||||
Reference in New Issue
Block a user