Bitácora - Reporte de Evidencia Fotográfica en Salidas |
|
|---|
|
|
|
@php
$imagePath = public_path('uploads/bitacoraes/' . $bitacoraes->img_1);
@endphp
@if (file_exists($imagePath) && !is_dir($imagePath))
|
@php
$imagePath = public_path('uploads/bitacoraes/' . $bitacoraes->img_2);
@endphp
@if (file_exists($imagePath) && !is_dir($imagePath))
|