Banner del evento

Fecha: 07 Marzo 2026

Nombre: {{ $ticket->order->client->full_name ?? 'Por confirmar' }}

Pedido: {{ $ticket->order->id }}

Código: {{ $ticket->code }}

Valor: COP {{ number_format($ticket->order->amount, 0, ',', '.') }}

@if ($ticket->silla)

Sección: {{ $ticket->silla->seccion }}

Fila: {{ $ticket->silla->fila }}

Silla: {{ $ticket->silla->numero }}

@else

Tipo: Entrada General

Sin asiento asignado. Puedes elegir cualquier asiento disponible al llegar al evento.

@endif
QR del ticket