Resumen
@if(count($evento->rrpps))
@else
@endif
| {{ $entrada->nombre}} | @endforeachTotal |
|---|---|
| {{ count(Auth::User()->entradas($evento->id, $entrada->id)) }} $ {{ number_format( count(Auth::User()->entradas($evento->id, $entrada->id)) * $entrada->valor, 0, ',', '.') }} |
@endforeach
{{ count(Auth::User()->entradasTotales($evento->id)) }} $ {{ number_format(Auth::User()->entradasTotalesValores($evento->id) ) }} |
No Existen Registros
Invitados
@if(count($evento->invitadosConfirmadosRRPP))
@else
@endif
| ID | Nombre Telefono |
Entrada Valor |
Medio de Pago | Creado Ingreso |
Estado | ||
|---|---|---|---|---|---|---|---|
| {{ sprintf('%06d', $invitado->pivot->id) }} | {{ $invitado->name }} {{ $invitado->documento }} {{ $invitado->telefono }} |
{{ $invitado->pivot->entrada->nombre }} ${{ $invitado->pivot->entrada->valor }} |
{{ $invitado->pivot->payment_id }} |
{{ date('d/m - H:i:s', strtotime($invitado->pivot->created_at)) }}
@if($invitado->pivot->fecha_ingreso)
{{ date('d/m - H:i', strtotime($invitado->pivot->fecha_ingreso)) }} @endif |
@if($invitado->pivot->entrada_whatsapp == NULL)
@elseif ($invitado->pivot->entrada_whatsapp == 1) | @elseif ($invitado->pivot->entrada_whatsapp == 2) | @endif @endforeach |
No Existen Registros