Imagen en el PDF

Reporte de Evidencia Fotográfica en Reparación

Imagen en el PDF

Folio: {{ $reparacion->id }}
Fecha: {{ $reparacion->fecha }}
Contenedor: {{ $reparacion->contenedor}} - {{ $reparacion->tipo }}
Trabajo Realizado: {{ $reparacion->trabajo }}
Fecha: {{ $reparacion->fecha }}
Hora-Inicio: {{ $reparacion->hora_ini }}
Hora-Fin: {{ $reparacion->hora_fin }}
Responsable: {{ $reparacion->responsable }}
Notas: {{ $reparacion->nota }}


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