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

Avanzar Proyecto


@if ($proyecto->estado()->tipo()->etapa()->descripcion == 'Construcción' and (float) $proyecto->avances()[count($proyecto->avances())-1]->avance < 1)

{{$proyecto->descripcion}}

{{$proyecto->estado()->tipo()->descripcion}}
{{format('shortDate', $proyecto->estado()->fecha)}}
Fecha
@include('form.fecha')
% Avance
Estado de Pago
Valor Estado de Pago [UF]
@else

{{$proyecto->descripcion}}

{{$proyecto->estado()->tipo()->descripcion}}
{{format('shortDate', $proyecto->estado()->fecha)}}
Nuevo Estado
Fecha
@endif @endsection