@extends('layouts.app') @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)
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 |
@endif
| Sorteio: | {{$product->name}} |