Evento : | {{ $saleProduct->product->title_small }} |
Cantidad de entradas : | {{ count($saleProducts) }} |
Método de pago : | {{ $sale->paymentMethod->name }}
@if($sale->paymentMethod->id == 1)
{{ $sale->transaction->transaction_json['dataMap']['BRAND'] }} {{ $sale->transaction->transaction_json['dataMap']['CARD'] }} @endif |
Total Pagado : | S/ {{ $sale->total_price }} |
Número de pedido : | {{ $sale->id }} | ||
N° | Código | Tipo | Ubicación |
---|---|---|---|
{{ ($num+1) }}° | {{ $saleProduct->cupon_code }} | @if($saleProduct->tipoEntrada) {{ $saleProduct->tipoEntrada->name }} @elseif($saleProduct->detail) {{ $saleProduct->detail }} @endif | @if($saleProduct->ubicacion) {{ $saleProduct->ubicacion->name }} @endif |
N° | Nombre | Cantidad | Detalle |
---|---|---|---|
{{ ($num+1) }}° | {{ $saleProduct->name }} | {{ $saleProduct->quantity }} | {{ $saleProduct->detail }} |
{!! $saleProduct->product->event_info !!}