Financeiro

Pagamentos

@foreach ($cursos ?? [] as $curso_item) @endforeach
@foreach ($turmas ?? [] as $turma_item) @endforeach
@foreach (listFinanceiroSituacao() as $situacao_item) @endforeach
@if ($exibirVencimento ?? false)
@else
@endif
@include('components.ead-alerts-pgto') @include('components.alerts.ead-alerts-financeiro') @php $pagamentosTotal = method_exists($pagamentos, 'total') ? $pagamentos->total() : ($pagamentos ? $pagamentos->count() : 0); @endphp
{{ $pagamentosTotal }} pagamentos encontrados
{{$pagamentos->links()}}
@forelse ($pagamentos ? $pagamentos->sortBy('financeiro_vencimento_data') : [] as $wireKey => $pagamento_item) @php $isPago = $pagamento_item->financeiro_pagamento_situacao == 'sucesso'; @endphp @empty @endforelse
Data Turma // Curso Aluno Descrição Forma Valor Situação // NSU Pagamento
{{ dataData($pagamento_item->financeiro_vencimento_data) }}
{{ $pagamento_item->turma_codigo }} {{ $pagamento_item->turma_nome }}
{{ $pagamento_item->curso_nome }}
{{ $pagamento_item->matricula_situacao_nome ?? '--' }}
{{ toTruncate($pagamento_item->aluno_nome_completo) }}
@if ($pagamento_item->aluno_tel_cod ?? false) +{{ $pagamento_item->aluno_tel_cod }} @endif {{ trim($pagamento_item->aluno_tel_ddd) }} {{ trim($pagamento_item->aluno_tel_num) }} // {{ $pagamento_item->aluno_email }}
Aluno: {{ $pagamento_item->aluno_codigo }} Matrícula: {{ $pagamento_item->matricula_num }}
{{$pagamento_item->financeiro_codigo ?? '--'}}
{{$pagamento_item->financeiro_descricao ?? '--'}}
{{$pagamento_item->financeiro_forma_pgto ?? ($pagamento_item->financeiro_pagamento_forma ?? ($pagamento_item->matricula_forma_pgto ?? '--'))}}
{{convertMoney($pagamento_item->financeiro_vencimento_valor_pagamento ?? '--')}}
{{$pagamento_item->financeiro_pagamento_situacao ?? '--'}}
{{$pagamento_item->financeiro_forma_pgto_transacao_nsu ?? null}}
@if (situacoesPagamentoPendente($pagamento_item->financeiro_pagamento_situacao)) @if ($pagamento_item->financeiro_forma_pgto_cartao_id ?? ($pagamento_item->matricula_forma_pgto_cartao_id ?? false)) @endif @else {{dataData($pagamento_item->financeiro_pagamento_data)}} @endif
@if ($search ?? false) A BUSCA PARA "{{$search}}" NÃO RETORNOU NENHUM REGISTRO @elseif(($data_de ?? false) != ($data_ate ?? false)) NENHUM REGISTRO {{dataData($data_de)}} até {{dataData($data_ate)}} @else NENHUM REGISTRO {{dataData($data_hoje)}} @endif
{{$pagamentos->links()}}
{{-- @if ($pagamento_item ?? false) @dump($pagamento_item->toArray()) @endif --}} {{-- MODAL --}}
MATRÍCULAS PENDENTES - VALIDAR PAGAMENTO
{{-- @include('components.alerts.ead-alerts-aluno') --}}
Carregando...
@if ($matriculasPendentes ?? false)
TOTAL {{$currentIndex ? (($currentIndex > count($matriculasPendentes??[])) ? count($matriculasPendentes??[]) : ($currentIndex + 1)) : 0}} de {{count($matriculasPendentes??[])}}
@if ($validarPagamentoExecutar ?? false)
EXECUTANDO...
@else @endif
@endif
@forelse ($matriculasPendentes ?? [] as $matriculaPendenteKey => $matricula_pendente) @empty @endforelse
# ATUALIZAÇÃO MATRÍCULA ALUNO FORMA PGTO situacao ICONE
{{$matriculaPendenteKey +1}} {{dataCarbon($matricula_pendente['data']->updated_at,'d/m/Y H:i')}}
{{$matricula_pendente['data']->matricula_num}}
{{dataCarbon($matricula_pendente['data']->matricula_datahora,'d/m/Y H:i')}}
{{$matricula_pendente['data']->aluno->nome}} {{$matricula_pendente['data']->aluno->sobrenome}}
{{$matricula_pendente['data']->aluno->aluno_codigo}}
{{$matricula_pendente['data']->financeiroMatricula->forma_pgto ?? '--'}}
{{$matricula_pendente['data']->financeiroMatricula->forma_pgto_transacao_nsu ?? '--'}}
{{$matricula_pendente['data']->situacao->nome}}
@if ($matricula_pendente['run'] ?? false) @else @endif
SEM MATRÍCULAS PENDENTES
{{-- MODAL --}}