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, ',', '.') }}
Sección: {{ $ticket->silla->seccion }}
Fila: {{ $ticket->silla->fila }}
Silla: {{ $ticket->silla->numero }}
@elseTipo: Entrada General
Sin asiento asignado. Puedes elegir cualquier asiento disponible al llegar al evento.
@endif