@extends('layouts.admin') @section('title') REGISTRAR CAMBIO DE OBRAS @stop @section('titulo') REGISTRAR CAMBIO DE OBRAS @stop @section('styles') @stop @section('descripcion') @stop @section('content') @include('includes.modal-ver')
{!! csrf_field() !!}
@if(isset($credito) && !is_null($credito))
NUMERO CUENTA:{{$credito->numcuenta}} NUMERO CONTRATO:{{$credito->contrato->numcontrato}} CLIENTE:{{$credito->contrato->nombre_completo}} FECHA CONTRATO:{{$credito->contrato->fechacontrato->format('d/m/Y')}} FECHA VENTA:{{$credito->fechadoc->format('d/m/Y')}}
PRECIO DE VENTA: {{$credito->contrato->preciototal}} NUMERO CUOTAS: {{$credito->numcuotas}} MONTO CUOTAS: {{$credito->montocuotas}} CUOTA INICIAL: {{$credito->cuotainicial}} SALDO INICIAL: {{$credito->saldo}} SALDO ACTUAL: {{$credito->saldo_actual}}
{!! csrf_field() !!}
@foreach($credito->contrato->detalle as $k=>$d) @endforeach
CANT CODIGO TITULO P.UNIT P.TOTAL CANTIDAD CAMBIO
{{$d->cantidad}} {{$d->codigo}} {{$d->titulo}}
P.VENTA {{$credito->contrato->preciototal}}
SALDO ACTUAL
LIBROS QUE SALEN
CANT CODIGO TITULO P.UNIT P.TOTAL QUITAR

REPROGRAMAR PLAN DE PAGOS

{{----}}
NUM PAGO FECHA
VENCIMIENTO
MONTO PAGO

@endif @section('scripts') @stop @endsection