@foreach ($saleProducts as $key=> $saleProduct) @php $direccion = @explode(",", $saleProduct->product->address); $lugar = @$direccion[0]; $ubicacion = @$direccion[1]; @endphp
@php $Col2FontSize = 18; $col2PtX = 12; if(strlen(trim($saleProduct->product->title_small)) >= 28) { $Col2FontSize = 15; $col2PtX = 25; } @endphp

{{ $saleProduct->product->title_small }}

@if($saleProduct->tipoEntrada) @if($saleProduct->ubicacion) {{ $saleProduct->tipoEntrada->name }} / {{ $saleProduct->ubicacion->name }} {{-- @if($saleProduct->seat)--}} {{-- / Asiento--}} {{-- N° {{ $saleProduct->seat->seat_name }}--}} {{-- @endif--}} @else {{ $saleProduct->tipoEntrada->name }} @endif
@if($saleProduct->persons > 1) {{ $saleProduct->persons }} @if($saleProduct->persons > 1) Personas @else Persona @endif @endif @if($saleProduct->sales->payment_method_id != 12) @if($saleProduct->tipoEntrada->line_2 && $saleProduct->tipoEntrada->line_2 != 'Elige tu BOX') @if($saleProduct->persons > 1) / @endif {{ $saleProduct->tipoEntrada->line_2 }} @endif @elseif($saleProduct->tipoEntrada->line_1) {{ $saleProduct->tipoEntrada->line_1 }} @endif @endif

PRECIO:
@if($saleProduct->sales->payment_method_id == 12) Cortesia @else @if($saleProduct->sales->total_price > 0) S/{{ number_format($saleProduct->total_price,2) }} @else S/{{ number_format(0,2) }} @endif @endif
{{{{ env('CDN_URL') }}}}
@if($saleProduct->nominated_at)
{{ \Illuminate\Support\Str::upper($saleProduct->nom_name) }}
{{ \Illuminate\Support\Str::upper($saleProduct->nom_lastname) }}
@if(!empty($saleProduct->nom_dni)) DNI/CE: {{ $saleProduct->nom_dni }} @else   @endif
* Nominado
@else @if(!$saleProduct->product->is_nameable)
Comprador:
@endif
@if(!empty($saleProduct->sales->client->name))    {{ \Illuminate\Support\Str::upper($saleProduct->sales->client->name) }} @else - @endif
@if(!empty($saleProduct->sales->client->paternal_name))    {{ \Illuminate\Support\Str::upper($saleProduct->sales->client->paternal_name) }} {{ \Illuminate\Support\Str::upper($saleProduct->sales->client->maternal_name) }} @else - @endif
@if(!empty($saleProduct->sales->client->document_number))    DNI: {{ $saleProduct->sales->client->document_number }} @else   @endif
@if(!$saleProduct->product->is_nameable)
* Solo se validará el Código QR.
@else
 
@endif @endif
@if(!empty($lugar)) {{ $lugar }} @else   @endif
@if($saleProduct->sales->payment_method_id == 12) @endif

N°{{ $saleProduct->correlative }}


{{ $saleProduct->cupon_code }}

@if(!empty($saleProduct->product->ticketing_fotter_text)) ______________________

{{ $saleProduct->product->ticketing_fotter_text }}

@endif @if(!empty($saleProduct->product->id == 363)) ______________________

Solicita tu comprobante de pago en: https://bit.ly/comp-latin-pop

@endif
@if($saleProduct->product->type_product_id == 3 || $saleProduct->product->type_product_id == 6) @include('frontend.pdf.boleto-inc.eventos') @else @include('frontend.pdf.boleto-inc.beneficios') @endif {{-- @if ($key--}} {{--
--}} {{--
--}} {{-- @endif--}} @endforeach()