@if ($this->adesao ?? false)
@if ($mantenedor ?? false)
@if (strtolower($mantenedor->doc_tipo) == 'cnpj')
{{ $mantenedor->razao_social }}
{{ $mantenedor->nome }} {{ $mantenedor->sobrenome }}
@else
{{ $mantenedor->nome }} {{ $mantenedor->sobrenome }}
@endif
{{ strtoupper($mantenedor->doc_tipo) }} {{ putMask($mantenedor->doc_num,$mantenedor->doc_tipo) }}
{{ $mantenedor->email }}
{{ $mantenedor->contato_ddd }} {{ $mantenedor->contato_num }}
@endif
Campanha
{{ $adesao->campanhaTipo->campanha->titulo ?? null }}
{{ $adesao->campanhaTipo->campanha->sub_titulo ?? null }}
@if ($adesao->campanhaTipo->campanha->url_imagem_bg ?? false) {{ $adesao->campanhaTipo->campanha->slug }} @endif
{{ toMoney($adesao->valor ?? '--','R$ ') }}@if (($adesao->tipo ?? false) == 'mensal') / mês @endif
{{-- ASSISTIDOS --}} @if ($adesao->assistidos->count() ?? false)
Meus
Assistidos
@foreach ($adesao->assistidos as $assistido_item)
@if ($assistido_item->url_imagem ?? false) {{ $adesao->campanhaTipo->campanha->slug }} @else {{ $adesao->campanhaTipo->campanha->slug }} @endif
{{ $assistido_item->nome ?? '---' }}
// {{ convertToAge($assistido_item->nascimento) }}
@if ($assistido_item->hobby ?? false)
Hobby {{ $assistido_item->hobby }}
@endif @if ($assistido_item->sonho ?? false)
Sonho {{ $assistido_item->sonho }}
@endif
@endforeach
@endif
{{ __($pagamento->descricao ?? '---') }}
{{ toMoney($pagamento->valor ?? '--', 'R$ ') }}
{{-- SE NAO ADESAO e VENCIMENTO --}} @if ($pagamento->ref != 'adesao' && $pagamento->vencimento)
{{ $pagamento->vencimento->format('d/m/Y') }}
@endif
@if (($pagamento->status ?? false) && $pagamento->status == 'cadastrada') {!! badgeStatus('Agendada') !!} @else {!! badgeStatus($pagamento->status) !!} @endif
{{-- PENDENTE --}} @if (in_array($pagamento->status, [null,'pendente','pending','agendada','programada','cadastrada'])) @include('livewire.adesao.include.pending') @endif {{-- BOLETO PENDENTE --}} @if (in_array($pagamento->status, [null,'boleto_pending'])) @include('livewire.adesao.include.boleto_pending') @endif {{-- PIX PENDENTE --}} @if (in_array($pagamento->status, [null,'pix_pending','pix_expired'])) @include('livewire.adesao.include.pix_pending') @endif {{-- PAID --}} @if (in_array($pagamento->status, ['paid','pix_paid','boleto_paid'])) @include('livewire.adesao.include.paid') @endif
@else

Ops!

Doação não localizada

@endif