@foreach ($msgs as $msg)
@if ($config->token_api_wpp != null)   {{ $msg->titulo }} @else   {{ $msg->titulo }} @endif
@endforeach

{{ $participante->name }}

{{ $participante->email }}

{{ $participante->rifa()->name }}


@if ($participante->pagos > 0) @foreach ($participante->numbers() as $number) {{ $number }} @endforeach @else @foreach ($participante->numbers() as $number) cloudflare full strict ssl @endforeach @endif


R$ {{ number_format($participante->valor, 2, ',', '.') }}

R$ 0,00

R$ {{ number_format($participante->valor, 2, ',', '.') }}

{{ $participante->status() }}

Reserva efetuada
{{ date('d/m/Y H:i:s', strtotime($participante->created_at)) }}
@if ($participante->pagos > 0)
Pagamento efetuado (PIX)
{{ date('d/m/Y H:i:s', strtotime($participante->updated_at)) }}
@endif