more_vert
@if ($ext =='pdf')
}})
@elseif ($ext =='xlsx' || $ext =='xls')
}})
@elseif ($ext =='jpg' || $ext =='png' || $ext =='jpeg' )
}})
@elseif ($ext =='doc' || $ext =='docx')
}})
@endif
{{--
}})
--}}
Folio: {{$registro->folio}}
Título: {{$registro->titulo_doc}}
Descripción: {{$registro->descripcion_doc}}
Fecha registro: {{ \Carbon\Carbon::parse($registro->created_at)->format('d/m/Y')}}
@if($registro->path != 'nofile')
@endif