@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
|