@extends('layouts.app', ['title' => 'Proyecto · '.$project->name]) @section('header_actions') Proyectos @endsection @section('content') @if($project->logo_path)
| Lote | Medidas | Uso | Precio | Estado | Acciones |
|---|---|---|---|---|---|
| {{ $lote->numero }}@if($lote->notas) {{ $lote->notas }} @endif |
{{ $lote->superficie_m2 ? number_format((float) $lote->superficie_m2, 2).' m²' : '—' }}
@if($lote->frente || $lote->fondo)
{{ $lote->frente ?: '—' }} × {{ $lote->fondo ?: '—' }} m{{ $lote->orientacion ? ' · '.$lote->orientacion : '' }}
@endif
|
{{ $lote->uso_suelo ?: '—' }} | ${{ number_format((float) $lote->precio, 2) }} | {{ $lote->estado }} |
|