@extends('layouts.app') @section('title', 'Page Title') @section('sidebar') @stop @section('content')

MINHAS RESERVAS

Informações da Reserva
Participante: {{$participantDetail == null ? '' : $participantDetail->name}}
Telefone: {{$participantDetail == null ? '' : $participantDetail->telephone}}
Meu(s) bilhete(s) pago(s): @foreach($resultRafflesALLs as $resultRafflesALL) {{$resultRafflesALL->number}}

@endforeach
Meu(s) bilhete(s) reservado(s): @foreach($participantReserveds as $participantReserved)
Warning: main(): Invalid date.timezone value 'UTC-3', we selected the timezone 'UTC' for now. in /home/mariottopremios/public_html/rifa.mariottopremios.com/resources/views/consulting-reservation-manualy.blade.php on line 57

Notice: Undefined variable: participantReserved in /home/mariottopremios/public_html/rifa.mariottopremios.com/resources/views/consulting-reservation-manualy.blade.php on line 57

Warning: main(): Invalid date.timezone value 'UTC-3', we selected the timezone 'UTC' for now. in /home/mariottopremios/public_html/rifa.mariottopremios.com/resources/views/consulting-reservation-manualy.blade.php on line 57

Notice: Trying to get property 'number' of non-object in /home/mariottopremios/public_html/rifa.mariottopremios.com/resources/views/consulting-reservation-manualy.blade.php on line 57


@endforeach
@if($participantReserveds == '[]') @else
CHAVE PIX
@endif
Informações do Sorteio
Sorteio: {{$product->name}}
@stop