From aabe4e2e9eec2b1cf402338d0561a85ac256f1e6 Mon Sep 17 00:00:00 2001 From: Aldarien <> Date: Mon, 14 Dec 2020 15:50:40 -0300 Subject: [PATCH] Cambio en orden de columnas en tabla de unidades --- resources/views/proyectos/unidades/list.blade.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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