Confirmados     {{ count($evento->invitadosConfirmados) }}   |   {{ count($evento->invitadosRecepcionados) }}   |   {{ $evento->entradasCantidadTotal() }}
@if(count($evento->invitados))
@else
@endif
| ID | Nombre Telefono |
Entrada Valor |
Payment ID | Creado Ingreso |
Saldo | Bienvenida | Mensaje | Editar | Eliminar | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ sprintf('%06d', $invitado->pivot->id) }} | {{ $invitado->name }} {{ $invitado->documento }} {{ $invitado->telefono }} |
{{ $invitado->pivot->entrada->nombre }} ${{ number_format($invitado->pivot->entrada->valor, 0, '.', '.') }} |
{{ $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 |
$ {{ number_format($invitado->saldoRaw(), 0, ',', '.') }} | @if($invitado->pivot->entrada_whatsapp == NULL)@elseif ($invitado->pivot->entrada_whatsapp == 1) | @elseif ($invitado->pivot->entrada_whatsapp == 2) | @endif |
No Existen Registros
Pendientes Transferencia     {{ count($evento->invitadosTransferenciaPendiente) }}
@if(count($evento->invitadosTransferenciaPendiente))
@endif
No Existen Registros