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