Edit fecha escritura

This commit is contained in:
2023-12-04 21:43:57 -03:00
parent 43977d1bd9
commit f597d552be
13 changed files with 185 additions and 15 deletions

View File

@ -0,0 +1,16 @@
@extends('layout.base')
@section('page_content')
<div class="ui container">
<h2 class="ui header">
Estado Venta -
{{$venta->proyecto()->descripcion}} -
<a href="{{$urls->base}}/venta/{{$venta->id}}">
{{$venta->propiedad()->summary()}}
</a>
</h2>
<h3 class="ui sub header">
{{$venta->currentEstado()->tipoEstadoVenta->descripcion}}
</h3>
</div>
@endsection