Filtros de Busqueda
| ACCIONES | CODIGO | NURI | FECHA INGRESO | OBJETO CONTRATACIÓN | TECNICO ASIGNADO | UNIDAD SOLICITANTE | PRECIO REFERENCIAL | ESTADO ACTUAL |
|---|---|---|---|---|---|---|---|---|
|
{{-- |
{{ $contrato->codigo }} | {{ $contrato->nuri }} | {{ date('d/m/Y', strtotime($contrato->fecha_ingreso)) }} | {{ $contrato->objeto_contratacion }} | @if($contrato->ultimaAsignacion != null) @else @endif | {{ $contrato->entidad->nombre }} | {{ number_format($contrato->precio_referencial,2) }} | @if($contrato->ultimoSeguimiento != null) {{ optional($contrato->ultimoSeguimiento)->estado->nombre }} {{ date('d/m/Y', strtotime($contrato->ultimoSeguimiento->fecha_seguimiento)) }} @else @endif |
|
No hay contratos registrados.
|
||||||||