Files
This commit is contained in:
@ -30,9 +30,9 @@
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="?p=search&q={{urlencode('"' . $venta->propietario()->nombreCompleto() . '"')}}">{{$venta->propietario()->nombreCompleto()}} <span class="glyphicon glyphicon-search small"></span></a></td>
|
||||
<td>{{\App\Helper\Format::ufs($venta->valor_uf)}}</td>
|
||||
<td>{{$format->ufs($venta->valor_uf)}}</td>
|
||||
<td>{{$venta->propiedad()->unidad()->tipologia()->tipologia()->descripcion}} ({{format('m2', $venta->propiedad()->unidad()->tipologia()->m2())}} m²)</td>
|
||||
<td>{{\App\Helper\Format::ufs($venta->uf_m2())}}</td>
|
||||
<td>{{$format->ufs($venta->uf_m2())}}</td>
|
||||
<td>{{$venta->fecha()->format('d-m-Y')}}</td>
|
||||
<td>{{ucwords($venta->estado()->tipo()->descripcion)}}</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user