| {{$k+1}} |
{{$d->credito->numcuenta}} |
{{$d->fecha}} |
{{$d->credito->cobrador->nombre_completo}} |
CAMBIO OBRA CAN. |
{{$d->numingreso}} |
{{$d->credito->nombre_cliente}} |
{{$d->credito->vendedor_nombre}} |
{{$d->credito->fechadoc->format('d/m/Y')}} |
{{$d->credito->saldo_inicial}} @php $precio_ant+=$d->credito->saldo_inicial @endphp |
{{$d->saldo}} @php $precio_act+=$d->saldo @endphp |
@if($d->tipo_saldo=='DISMINUYE')
{{$d->monto_tipo_saldo}}
@php $monto_disminuye+=$d->monto_tipo_saldo @endphp
@endif
|
@if($d->tipo_saldo=='AUMENTA')
{{$d->monto_tipo_saldo}}
@php $monto_aumenta+=$d->monto_tipo_saldo @endphp
@endif
|
{{$d->numegreso}}
|
@endforeach