diff --git a/resources/views/proyectos/unidades/list.blade.php b/resources/views/proyectos/unidades/list.blade.php index db67849..0df444f 100644 --- a/resources/views/proyectos/unidades/list.blade.php +++ b/resources/views/proyectos/unidades/list.blade.php @@ -11,13 +11,13 @@ Tipo Nombre Abreviación + # Líneas m² Útil m² Terraza m² Vendible m² Total Descripción - # @@ -33,6 +33,7 @@ {{$tipo->abreviacion}} @endif + {{count($tipo->unidades())}} {{$tipo->lineas()}} {{format('m2', $tipo->m2 + $tipo->logia)}} {{format('m2', $tipo->terraza)}} @@ -45,7 +46,6 @@ {{$tipo->descripcion}} @endif - {{count($tipo->unidades())}} @@ -55,6 +55,7 @@ Descripción + # Piso Línea Orientación @@ -72,10 +73,10 @@ subtipo; $cnt[$tipo->nombre."-".$subtipo] = 0; $pisos[$tipo->nombre."-".$subtipo] = [] ?> Línea {{$subtipo}} + {{$subtipo}} {{$unidad->orientacion}} - @endif @@ -85,7 +86,7 @@ {{$unidad->orientacion}} - + Descripción - Piso + Piso Línea Orientación Valor @@ -130,7 +131,7 @@ {{format('ufs', $unidad->valor, null, true)}} - + @endforeach