@extends('layout.base') @section('page_title') Venta {{$venta->proyecto()->descripcion}} {{$venta->propiedad()->summary()}} @endsection @section('page_content')

{{$venta->proyecto()->descripcion}}
{{$venta->propiedad()->summary()}}

@if (isset($showPropietario) and $showPropietario)
@include('ventas.show.propietario')
@endif
@hasSection('venta_subtitle')

@yield('venta_subtitle')

@endif

@yield('venta_content')
@endsection