@extends('layouts.app2') @section('title', 'Page Title') @section('sidebar') @stop @section('content')
| 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 |
@endif
| Sorteio: | {{ $product->name }} |