Imagen en el PDF

Reporte de Evidencia Fotográfica en Limpiezas

Imagen en el PDF

Folio: {{ $limpieza->id }}
Fecha: {{ $limpieza->limp_fecha }}
Contenedor: {{ $limpieza->contenedor}} - {{ $limpieza->tipo }}
Trabajo Realizado: {{ $limpieza->limp_trabajo }}
Fecha: {{ $limpieza->limp_fecha }}
Hora-Inicio: {{ $limpieza->limp_hora_ini }}
Hora-Fin: {{ $limpieza->limp_hora_fin }}
Responsable: {{ $limpieza->limp_responsable }}


@php $imagePath = public_path('uploads/inspecciones/' . $limpieza->limp_img_1); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $limpieza->limp_img_2); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif
@php $imagePath = public_path('uploads/inspecciones/' . $limpieza->limp_img_3); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $limpieza->limp_img_4); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif
@php $imagePath = public_path('uploads/inspecciones/' . $limpieza->limp_img_5); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $limpieza->limp_img_6); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif