@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: Undefined variable $participantReserved in /home/v4reizinhograu/public_html/resources/views/consulting-reservation-manualy.blade.php on line 57

Warning: Attempt to read property "number" on null in /home/v4reizinhograu/public_html/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