@extends('layouts.app') @section('content')
ABONOS / CREDITOS DE CLIENTE {{$cli->nombre}}
DE {{$inicio}} A {{$fin}}
# | DESCRIPCION | FECHA DE PAGO | FECAH DE REGISTRO | TOTAL | |
---|---|---|---|---|---|
{{$deu->id}} | {{$deu->descripcion}} | {{$deu->fecha_pago}} | {{$deu->created_at}} | Q. {{number_format($deu->total, 2)}} |
# | FECHA DE REGISTRO | DESCRIPCION | TOTAL | |
---|---|---|---|---|
{{$deu->id}} | {{$deu->created_at}} | {{$deu->descripcion}} | Q. {{number_format($deu->total, 2)}} |
Total Credito : Q.{{number_format( $t_deuda,2)}}
Total Abonado: Q.{{number_format($t_abono,2)}}