@if ($proyecto->superficie('total') != null) Superficies @if (count($proyecto->ventas()) > 0) @endif
Total {!!format('m2', $proyecto->superficie('total'), null, true)!!}
Sobre Nivel {!!format('m2', $proyecto->superficie('snt'), null, true)!!}
Bajo Nivel {!!format('m2', $proyecto->superficie('bnt'), null, true)!!}
Vendible {!!format('m2', $proyecto->superficie('vendible'), null, true)!!}
Vendido {!!format('m2', $proyecto->superficie('vendida'), null, true)!!}
Por Vender {!!format('m2', $proyecto->superficie('por vender'), null, true)!!}
@endif @push('scripts') @if ($proyecto->superficie('total') != null) @endif @endpush