@section('title') {{ mb_strtoupper($titulo ?? null) }} @endsection @include('layout.includes.alerts') {{-- --}}
{{ $titulo ?? null }}
@foreach ($situacoes ?? [] as $item) @endforeach
@forelse ($pagamentos ?? [] as $pagamento_item) @empty @endforelse
VENCIMENTO ADESÃO Nº NOME DESCRIÇÃO VALOR SITUAÇÃO MÉTODO AÇÕES
{{ $pagamento_item->vencimento ? $pagamento_item->vencimento->format('d/m/Y') : '---' }}
{{ $pagamento_item->adesao->controle }}
{{ mb_strtoupper($pagamento_item->adesao->mantenedor->nome ?? '---') }} {{ mb_strtoupper($pagamento_item->adesao->mantenedor->sobrenome ?? null) }}
@if ($pagamento_item->adesao->mantenedor->razao_social ?? false) :::
{{ $pagamento_item->adesao->mantenedor->razao_social }}
@elseif ($pagamento_item->empresa->razao_social ?? false) :::
{{ $pagamento_item->adesao->empresa->razao_social }}
@else :::
Pessoa Física
@endif
{{ $pagamento_item->descricao ?? '--' }}
:::
{{ $pagamento_item->adesao->campanhaTipo->descricao ?? '--' }}
{{ substr($pagamento_item->valor,0,-2) }}
@if (in_array($pagamento_item->status,['pix_pending','boleto_pending','pending','pendente']))
PENDENTE
@elseif (!in_array($pagamento_item->status,['pix_paid','boleto_paid','paid']) && ($pagamento_item->vencimento->format('Ymd') < now()->format('Ymd')))
PENDENTE
@elseif (in_array($pagamento_item->status,['pix_paid','boleto_paid','paid']))
{{ mb_strtoupper(__($pagamento_item->status ?? '--')) }}
@else
{{ mb_strtoupper(__($pagamento_item->status ?? '--')) }}
@endif
{{ __($pagamento_item->forma_pg ?? 'ND') }}
Nenhuma adesão
@if (false && ($modal_pagamento ?? false)) @endif