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

Agregar Precios - {{$proyecto->descripcion}}


Fecha
@include('form.fecha')
@foreach ($proyecto->proyectoTipoUnidades() as $tipo) @endforeach
Tipo Nombre Abreviación Líneas m² Vendible # Precio
Anterior Nuevo
{{ucwords($tipo->tipo()->descripcion)}} {{$tipo->nombre}} {{$tipo->abreviacion}} {{$tipo->lineas()}} {{$tipo->m2()}} {{count($tipo->unidades())}} {{format('ufs', $tipo->precio(), true)}}
@foreach ($tipo->unidades() as $unidad) @if ($subtipo != $unidad->subtipo) subtipo; ?> @endif @endforeach
Descripción Piso Línea Orientación Precio
Anterior Nuevo
Línea {{$subtipo}} {{format('ufs', $tipo->precioSubtipo($subtipo), true)}}
{{$unidad->descripcion}} {{$unidad->piso}} {{$unidad->subtipo}} {{$unidad->orientacion}} @if ($unidad->precio()) {{format('ufs', $unidad->precio()->valor, true)}} @else -- @endif
@endsection @push('scripts') @endpush