@if (session('pagamento_pix_pending'))
{{ session('pagamento_pix_pending') }}
@if (session('sub_pagamento_pix_pending'))
{{ session('sub_pagamento_pix_pending') }}
@endif
@endif
@if ($pagamento_transacao ?? false)
FORMA PAGAMENTO
{{ __($pagamento_transacao->tipo ?? false) }}
Controle
{{ $pagamento_transacao->nsu ?? false }}:::{{ $pagamento->controle ?? false }}
@if ($pagamento_transacao->status_descricao ?? false)
Situação
{{ $pagamento_transacao->status_descricao }}
@endif
Instruções
@if (in_array($pagamento_transacao->status, ['pix_expired']))
Gere outra chave abaixo ou altere a forma de doação clicando em 'ALTERAR' ao lado.
@else
Efetue a doação via PIX no App do seu banco apontando para esse QRCODE ou através do PIX Copia/Cola, copiando a chave PIX abaixo e colando no seu App.
@endif
@if (!in_array($pagamento_transacao->status, ['pix_expired'])) {{ $pagamento_transacao->boleto_codigo ?? 'CÓDIGO PIX NÃO LOCALIZADO' }}
PIX QRCODE
@endif
@if (in_array($pagamento_transacao->status, ['pix_expired']))
@elseif ($pagamento_transacao->pix_qr_code ?? false)
CHAVE PIX
{{ $pagamento_transacao->pix_qr_code }}
O PROCESSADOR DE PAGAMENTOS VIA PIX PODE DEMORAR ALGUNS MINUTOS PARA SER IDENTIFICADO
@endif @else
TRANSAÇÃO NÃO LOCALIZADA
@endif
{{--
{!! viewByGrid($pagamento_transacao) !!}
{!! viewByGrid($pagamento) !!}
--}} {{-- LOADER --}}
@if (!$pagamento_paid ?? false)
@if (session('pagamento_transacao_footer_notificacao')) {{ session('pagamento_transacao_footer_notificacao') }} @endif {{ now()->format('H:i:s') }}
@endif