{{-- Botão de ação / forma de pagamento --}}
@if (in_array($item->pagamento_situacao, ['agendado','em-atraso','vencido']))
@if (dataCarbon($item->vencimento_data, 'Ymd') > now()->format('Ymd'))
ANTECIPAR
@else
PAGAR
@endif
@elseif (in_array($item->pagamento_situacao, ['boleto-gerado','pix-gerado','aguardando','aguardando-pagamento','erro-credtcard','pagamento-matricula-aguardando','pendente','processando','iniciada']))
EXIBIR
@else
{{ $item->pagamento_forma ?? '--' }}
@endif