Evidencia Fotografica |
|
|---|
| Contenedor: {{ $inspeccion->contenedor }} | Tipo: {{ $inspeccion->tipo }} | Fecha: {{ $inspeccion->fecha }} {{ $inspeccion->hora }} | Inspector: {{ $inspeccion->ventanilla }} |
|
Foto 1
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_1); @endphp
@if ($inspeccion->foto_1 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
{{-- Foto 2 --}}
Foto 2
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_2); @endphp
@if ($inspeccion->foto_2 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
|
Foto 3
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_3); @endphp
@if ($inspeccion->foto_3 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
{{-- Foto 4 --}}
Foto 4
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_4); @endphp
@if ($inspeccion->foto_4 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
|
Foto 5
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_5); @endphp
@if ($inspeccion->foto_5 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
{{-- Foto 6 --}}
Foto 6
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_6); @endphp
@if ($inspeccion->foto_6 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
|
Foto 7
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_7); @endphp
@if ($inspeccion->foto_7 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
{{-- Foto 8 --}}
Foto 8
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_8); @endphp
@if ($inspeccion->foto_8 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
|
Foto 9
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_9); @endphp
@if ($inspeccion->foto_9 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|
{{-- Foto 10 --}}
Foto 10
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_10); @endphp
@if ($inspeccion->foto_10 && file_exists($imagePath) && !is_dir($imagePath))
Sin foto
@endif
|