@foreach($imagenes as $imagen)
@if($exists)
Link
|
@if (substr(mime_content_type($file_name),0, 5) == 'image')
@else
@if (mime_content_type($file_name) == 'application/pdf')
@else
@if (mime_content_type($file_name) == 'application/vnd.ms-excel' || mime_content_type($file_name) == 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet')
@else
@endif
@endif
@endif
|
|
@endif
@endforeach