@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)

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