Filtros de Busqueda
| ACCIONES | CODIGO | NURI | FECHA INGRESO | OBJETO CONTRATACIÓN | TECNICO ASIGNADO | PRECIO REFERENCIAL | ESTADO ACTUAL | |
|---|---|---|---|---|---|---|---|---|
| @if($contrato->estado==false) @endif {{-- 2 --}} @if($contrato->estado==false) @endif | {{ $contrato->codigo }} | {{ $contrato->nuri }} | {{ date('d/m/Y', strtotime($contrato->fecha_ingreso)) }} | {{ $contrato->objeto_contratacion }} | @if($contrato->ultimaAsignacion != null) @else @endif | {{ 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.
|
||||||||