@extends('layout.base') @section('content')
Pagar Crédito - {{$venta->unidad()->descripcion}} - {{$venta->proyecto()->descripcion}}
Crédito
{{format('ufs', $venta->credito()->pago()->valor('ufs'))}} UF
Fecha Escritura
{{format('shortDate', $venta->credito()->pago()->fecha)}}
Valor [$]
Fecha Pago
credito()->pago()->fecha) ?> @include('form.fecha')
@endsection