REGISTRO DE PAGOS N° CUENTA {{$credito->numcuenta}}
NOMBRE CLIENTE :{{$credito->nombre_cliente}} ?> COBRADOR:@isset($credito->cobrador) {{$credito->cobrador->nombre_completo}}@endisset NUM CONTRATO @isset($credito->contrato){{$credito->contrato->numcontrato}}@endisset
FECHA DEL CONTRATO:@isset($credito->contrato){{$credito->contrato->fechacontrato->format('d/m/Y')}}@endisset VENDEDOR: {{$credito->vendedor_nombre}} SALDO INICIAL {{number_format($credito->saldo,2,'.',',')}}
MONTO TOTAL:{{number_format($credito->valor_venta,2,'.',',')}} PAGO INICIAL:{{number_format($credito->cuotainicial,2,'.',',')}} NUMERO DE PAGOS:{{$credito->numcuotas}}
@foreach($credito->getPagos() as $k=>$v) @endforeach
N FECHA NUM REPORTE NUM DE RECIBO NOMBRE DEL RECIBO IMPORTE RECIBO SALDO COBRADOR
{{$k+1}} {{$v->fecha->format('d/m/Y')}} {{$v->num_reporte}} @isset($v->recibo) {{$v->recibo->numero}}@endisset @isset($v->recibo) {{$v->recibo->nombres}}@endisset {{number_format($v->monto,2,',',',')}} @php $saldo-=$v->monto @endphp {{number_format($saldo,2,',',',')}} @isset($v->cobrador){{$v->cobrador->nombre_competo}} @endisset
OBSERVACIONES DEL VERIFICADOR COBRADOR :

.............................................................................................................................................................

..............................................................................................................................................................

 

----------------------------------------

FIRMA DEL CLIENTE

{{$credito->nombre_cliente}}