Financeiro

Notificações

@foreach ($cursos ?? [] as $curso_item) @endforeach
@foreach ($turmas ?? [] as $turma_item) @endforeach
@foreach (listFinanceiroSituacao() as $situacao_item) @endforeach
@include('components.alerts.ead-alerts-financeiro') @php $pendentesCount = ($notificaVencimentoListaPendente ?? false) ? $notificaVencimentoListaPendente->count() : 0; $outrosCount = ($notificaVencimentoListaOutros ?? false) ? $notificaVencimentoListaOutros->count() : 0; @endphp
{{ $pendentesCount }} pagamentos pendentes
@forelse ($notificaVencimentoListaPendente ? $notificaVencimentoListaPendente->sortBy('matricula_num') : [] as $wireKey => $pagamento_item) @empty @endforelse
Aluno Descrição Vencimento Situação // Forma Agendado Vencimento Atrasado
{{ 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->turma_codigo }} {{ $pagamento_item->turma_nome }}
{{$pagamento_item->financeiro_descricao ?? '--'}}
{{$pagamento_item->matricula_situacao_nome ?? '--'}}
{{ dataData($pagamento_item->financeiro_vencimento_data) }}
{{convertMoney($pagamento_item->financeiro_vencimento_valor_pagamento ?? '--','R$ ')}}
@if (dataDiferencaDias($pagamento_item->financeiro_vencimento_data) == 0)
HOJE
@else
{{ dataAgo($pagamento_item->financeiro_vencimento_data) }}
@endif
{{$pagamento_item->financeiro_pagamento_situacao ?? '--'}}
{{$pagamento_item->financeiro_forma_pgto ?? ($pagamento_item->financeiro_pagamento_forma ?? ($pagamento_item->matricula_forma_pgto ?? '--'))}}
@forelse ($pagamento_item->notifica ? $pagamento_item->notifica->where('notifica_categoria','pagamento-agendado') : [] as $notifica_item)
{{$notifica_item->notifica_tipo_descricao ?? ($notifica_item->notifica_tipo_slug ?? '--')}}
{!!myIcon('mail',3)!!}
{{$notifica_item->notifica_datahora ? dataCarbon($notifica_item->notifica_datahora,'d/m/Y H:i') : '--'}}
@empty @if (dataDiferencaDias($pagamento_item->financeiro_vencimento_data) > 0)
@else -- @endif @endforelse
@forelse ($pagamento_item->notifica ? $pagamento_item->notifica->where('notifica_categoria','pagamento-vencimento') : [] as $notifica_item)
{{$notifica_item->notifica_tipo_descricao ?? ($notifica_item->notifica_tipo_slug ?? '--')}}
{!!myIcon('mail',3)!!}
{{$notifica_item->notifica_datahora ? dataCarbon($notifica_item->notifica_datahora,'d/m/Y H:i') : '--'}}
@empty @if (dataDiferencaDias($pagamento_item->financeiro_vencimento_data) == 0)
@else -- @endif @endforelse
@forelse ($pagamento_item->notifica ? $pagamento_item->notifica->where('notifica_categoria','pagamento-atrasado') : [] as $notifica_item)
{{$notifica_item->notifica_tipo_descricao ?? ($notifica_item->notifica_tipo_slug ?? '--')}}
{!!myIcon('mail',3)!!}
{{$notifica_item->notifica_datahora ? dataCarbon($notifica_item->notifica_datahora,'d/m/Y H:i') : '--'}}
@empty @if (dataDiferencaDias($pagamento_item->financeiro_vencimento_data) < 0)
@else -- @endif @endforelse
NENHUM PAGAMENTO PENDENTE
{{ $outrosCount }} demais pagamentos
@forelse ($notificaVencimentoListaOutros ? $notificaVencimentoListaOutros->sortBy('matricula_num') : [] as $wireKey => $pagamento_item) @empty @endforelse
Aluno Descrição Vencimento Forma Situação Pagamento Notificação
{{ 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->turma_codigo }} {{ $pagamento_item->turma_nome }}
{{$pagamento_item->financeiro_descricao ?? '--'}}
{{convertMoney($pagamento_item->financeiro_vencimento_valor_pagamento ?? '--','R$ ')}}
{{ dataData($pagamento_item->financeiro_vencimento_data) }}
{{$pagamento_item->financeiro_forma_pgto ?? ($pagamento_item->financeiro_pagamento_forma ?? ($pagamento_item->matricula_forma_pgto ?? '--'))}}
{{$pagamento_item->financeiro_pagamento_situacao ?? '--'}}
{{$pagamento_item->financeiro_pagamento_data ? dataData($pagamento_item->financeiro_pagamento_data) : '--'}}
@if ($pagamento_item->financeiro_notifica_tipo ?? false)
{{$pagamento_item->financeiro_notifica_tipo}}
{!!myIcon('mail',3)!!}
{{$pagamento_item->financeiro_notifica_datahora ? dataCarbon($pagamento_item->financeiro_notifica_datahora,'d/m/Y H:i') : '--'}}
@else -- @endif
NENHUM PAGAMENTO REALIZADO
{{-- @dump($pagamento_item->toArray()) --}}
{{-- 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 --}}