Londrina, {{date("d/m/Y")}}
Relatório de Baixas Automáticas
Arquivo: {{$arq}}
c. ,c. ,c. ,c. ,c. ,c. ,c. ,c. ,c. ,c. ,b. {{$i = 1}} {!! $total_valor_pgto = 0; !!} {!! $total_multa = 0; !!} {!! $total_juros = 0; !!} {!! $total_vl_tarifa = 0; !!} {!! $total_desconto = 0; !!} {!! $total_valor_pago= 0; !!} @forelse ($arquivo as $arq) {{$i++}} {!! $total_valor_pgto = $total_valor_pgto + $arq->valor_pgto; !!} {!! $total_multa = $total_multa + $arq->multa; !!} {!! $total_juros = $total_juros + $arq->juros; !!} {!! $total_vl_tarifa = $total_vl_tarifa + $arq->vl_tarifa; !!} {!! $total_desconto = $total_desconto + $arq->desconto; !!} {!! $total_valor_pago = $total_valor_pago + $arq->valor_pago; !!} @empty @endforelse ';
Contrato Nº Parc. Boleto(Nosso Nº) Vencimento Receber Multa Juros Tarifas Desconto Vl Pago OBS:
{{$i}} {{$arq->id_contrato}} {{$arq->num_parcela}} {{$arq->nossoNumero}} {{$arq->data_vencimento}} {{ number_format($arq->valor_pgto, 2, ',', '.') }} {{ number_format($arq->multa, 2, ',', '.') }} {{ number_format($arq->juros, 2, ',', '.') }} {{ number_format($arq->vl_tarifa, 2, ',', '.') }} {{ number_format($arq->desconto, 2, ',', '.') }} {{ number_format($arq->valor_pago, 2, ',', '.') }} {{$arq->obs}}
Não houve Baixa para este arquivo!
Total: {!! number_format($total_valor_pgto, 2, ',', '.') !!} {!! number_format($total_multa, 2, ',', '.') !!} {!! number_format($total_juros, 2, ',', '.') !!} {!! number_format($total_vl_tarifa, 2, ',', '.') !!} {!! number_format($total_desconto, 2, ',', '.') !!} {!! number_format($total_valor_pago, 2, ',', '.') !!}