Imagen en el PDF

Reporte de Evidencia Fotográfica en Reparación

Imagen en el PDF

Folio: {{ $reparacion->id }}
Fecha: {{ $reparacion->repa_fecha }}
Contenedor: {{ $reparacion->contenedor}} - {{ $reparacion->tipo }}
Trabajo Realizado: {{ $reparacion->repa_trabajo }}
Fecha: {{ $reparacion->repa_fecha }}
Hora-Inicio: {{ $reparacion->repa_hora_ini }}
Hora-Fin: {{ $reparacion->repa_hora_fin }}
Responsable: {{ $reparacion->repa_responsable }}
Notas: {{ $reparacion->repa_nota }}


@php $imagePath = public_path('uploads/inspecciones/' . $reparacion->repa_img_1); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $reparacion->repa_img_2); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif
@php $imagePath = public_path('uploads/inspecciones/' . $reparacion->repa_img_3); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $reparacion->repa_img_4); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif
@php $imagePath = public_path('uploads/inspecciones/' . $reparacion->repa_img_5); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $reparacion->repa_img_6); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif