@if ($campanha_slug ?? false)
{{ $this->campanha->titulo }}
{{ $this->campanha->sub_titulo }}
@if ($this->campanha->url_imagem_bg ?? false) {{ $this->campanha->slug }} @endif
@if ($valor ?? false) {{ toMoney($valor,'R$ ') }}/ mês @endif
VALOR
Clique na sua doação
@forelse ($this->campanha->tipos ? $this->campanha->tipos->sortBy('valor') : [] as $valor_item) @if (($valor ?? false) && ($valor == $valor_item->valor))
{{ toMoney($valor_item->valor,'R$ ',noDecimal:true) }}
@else
{{ toMoney($valor_item->valor,'R$ ',noDecimal:true) }}
@endif @empty
Nenhum valor definido
@endforelse
@if (($valor ?? false))
MANTENEDOR
Informe seus dados
@if ($doc_tipo ?? false) @if ($doc_tipo == 'CNPJ')
@endif
@endif
@if ($doc_tipo ?? false)
@endif @endif
@else
{{--
Mantenedor
--}}
Selecione
Clique no perfil mantenedor desejado
{{--
--}}
@forelse ($this->projeto->campanhas ? $this->projeto->campanhas->sortBy('exibicao_ordem') : [] as $campanha_item)
{{ $campanha_item->titulo }} {{ $campanha_item->sub_titulo }}
{{ $campanha_item->descricao }}
@if ($campanha_item->url_imagem_bg ?? false) @endif
@empty
Nenhuma campanha associada
@endforelse
@endif {{-- LOADER --}}