proyecto()->descripcion . '"'), 't' => 'proyecto'])}}">
{{$resultado->proyecto()->descripcion}}
|
@if (method_exists($resultado, 'unidad'))
{{$resultado->unidad()->descripcion}}
@if ($resultado->estado == 0)
(r)
@elseif ($resultado->estado == -1)
(c)
@endif
|
propietario()->nombreCompleto() . '"'), 't' => 'propietario'])}}">
{{$resultado->propietario()->nombreCompleto()}}
|
{{ucwords($resultado->unidad()->tipo()->descripcion)}} |
{{\App\Helper\Format::m2($resultado->unidad()->m2())}} |
{{\App\Helper\Format::ufs($resultado->valor_uf)}} |
{{\App\Helper\Format::shortDate($resultado->fecha)}} |
@if ($resultado->entrega != 0)
{{\App\Helper\Format::shortDate($resultado->entrega()->fecha)}}
@endif
|
@else
{{$resultado->descripcion}}
|
| {{ucwords($resultado->tipo()->descripcion)}} |
{{\App\Helper\Format::m2($resultado->m2())}} |
@if ($resultado->valor)
{{format('ufs', $resultado->valor)}} |
@else
|
@endif
|
@endif