@extends('layouts.layout') @section('title', 'Inicio') @section('body')
@if (count($detalleTicket) > 0)
@foreach ($detalleTicket[0]['products'] as $ticket)

Ticket N° {{ $ticket['id'] }}

@php $title = $ticket['product']['title_small']; $titleClass = strlen($title) > 50 ? 'text-xs' : 'text-sm'; @endphp
{{ $title }}

{{ $ticket['detail'] }}

Póliza N°: {{ $detalleTicket[0]['purchase_number'] }}

@if ($ticket['nom_dni'])

{{ $ticket['cupon_code'] }}

@endif
@php $imgSrc = env('CDN_URL') . '/public/products/' . $ticket['product']['id'] . '/' . $ticket['product']['ticketing_super_img'] . '?w=750'; @endphp @if ($ticket['product']['id']) Event Image @else Event Image @endif
@if ($ticket['nom_dni'])
{{ $ticket['nom_name'] }} {{ $ticket['nom_lastname'] }}

{{ $ticket['nom_dni'] }}

@else

En proceso de generar el código QR

@endif

{{ $ticket['detail'] }}

S/ {{ number_format($ticket['total_price'], 2) }}

@endforeach
@else

Mis Entradas

Aún no has realizado ningún pedido

Aún no tienes entradas

Parece que todavía no has comprado ninguna entrada.
¿Por qué no echas un vistazo a los próximos eventos?

@endif

Nominar entrada

Ticket N° 366197

@endsection