@extends('layout.base') @section('content')

Unidades - {{$proyecto->descripcion}}

@foreach ($proyecto->proyectoTipoUnidades() as $tipo) @endforeach @if (count($libres) > 0) @endif
Tipo Nombre Abreviación Líneas m² Útil m² Terraza m² Vendible m² Total Descripción #
{{ucwords($tipo->tipo()->descripcion)}} {{$tipo->nombre}} @if ($tipo->tipologia()) {{$tipo->tipologia()->descripcion}} @else {{$tipo->abreviacion}} @endif {{$tipo->lineas()}} {{format('m2', $tipo->m2 + $tipo->logia)}} {{format('m2', $tipo->terraza)}} {{format('m2', $tipo->m2())}} {{format('m2', $tipo->m2('total'))}} @if ($tipo->tipologia()) {{$tipo->tipologia()->detalle}} @else {{$tipo->descripcion}} @endif {{count($tipo->unidades())}}
@foreach ($tipo->unidades() as $unidad) @if ($subtipo != $unidad->subtipo) subtipo; $cnt[$tipo->nombre."-".$subtipo] = 0; $pisos[$tipo->nombre."-".$subtipo] = [] ?> @endif nombre."-".$subtipo] ++; $pisos[$tipo->nombre."-".$subtipo] []= $unidad->piso; } ?> @endforeach
Descripción Piso Línea Orientación
Línea {{$subtipo}} {{$subtipo}} {{$unidad->orientacion}}
{{$unidad->descripcion}} {{$unidad->piso}} {{$unidad->subtipo}} {{$unidad->orientacion}}
Libres
@foreach ($libres as $unidad) @endforeach
Descripción Piso Línea Orientación Valor
{{$unidad->descripcion}} {{$unidad->piso}} {{$unidad->subtipo}} {{$unidad->orientacion}} {{format('ufs', $unidad->valor, null, true)}}
@endsection @push('scripts') @endpush