@foreach($saleProducts as $saleProduct) @php $saleProduct->checkCorrelative(); @endphp
@if($saleProduct->ubicacion) @endif
{{ $saleProduct->product->title_small }}
 
{{ $saleProduct->product->address }}
{{ $saleProduct->product->getFechaText() }}
{{ $saleProduct->cupon_code }} - {{ $saleProduct->correlative }}
Zona:
{{ $saleProduct->tipoEntrada->name }} @if($sale->payment_method_id == 12) CORTESÍA @endif
Ubicación:
{{ $saleProduct->ubicacion->name }}
Precio:
@if($sale->payment_method_id == 12) CORTESÍA @else S/ {{ number_format($saleProduct->total_price,2) }} @endif
@if($saleProduct->ubicacion) @endif
{{ $saleProduct->product->title_small }}
{{ $saleProduct->product->title_large }}
 
{{ $saleProduct->product->address }}
{{ $saleProduct->product->getFechaText() }}
Zona:
{{ $saleProduct->tipoEntrada->name }} @if($sale->payment_method_id == 12) CORTESÍA @endif
Ubicación:
{{ $saleProduct->ubicacion->name }}
Precio:
@if($sale->payment_method_id == 12) CORTESÍA @else S/ {{ number_format($saleProduct->total_price,2) }} @endif
{{ $saleProduct->cupon_code }}
Póliza de Accidentes Personales
N° 2006727165
"VENTA NO RELIZADA POR VAOPE.COM" NOMBRE:                                        DNI:
{{-- border botton--}}
{{ $saleProduct->product->shop->business_name }}
RUC: {{ $saleProduct->product->shop->ruc }}
{{ $saleProduct->product->shop->address }}

Zona:{{ $saleProduct->tipoEntrada->name }} @if($sale->payment_method_id == 12) CORTESÍA @endif @if($saleProduct->ubicacion)

Ubicación: {{ $saleProduct->ubicacion->name }} @endif

{{ $saleProduct->cupon_code }} - {{ $saleProduct->correlative }}
{{-- --}}






@endforeach