@extends('master') @section('style') @endsection @section('content')

Descuentos

@include('pages.app.partials.menu', ['segmentID' => $offer['SegmentID']])

{{$offer['Merchant']['MerchantName']}}

{{$offer['Title']}}

@if(!empty($offer['HasSubOffers']) and !empty($offer['SubOffers'])) Desde @endif S/.{{number_format($offer['Value'], 2, '.', '')}} S/.{{number_format($offer['ListingPrice'], 2, '.', '')}}

Válido {{$offer['HorarioTexto']}}

@if(!empty($user['CustomerID']))
@if(!empty($offer['HasSubOffers']) and !empty($offer['SubOffers']))
@endif @if(!empty(\Request::route()) and \Request::route()->getName()!='app.preview') @if((strtotime('now'))<(strtotime($offer['EndTime']))) @if(!empty($offer['HasSubOffers']) and !empty($offer['SubOffers'])) Añadir al carrito Comprar @else Añadir al carrito Comprar @endif @endif @endif
@else
Afiliate para acceder a los mejores promociones y descuentos.
@endif
@if(!empty($offer['Merchant']['Info']))

{{$offer['Merchant']['MerchantName']}}

{!!str_replace(array("\r\n", "\n\r", "\r", "\n"), "
", $offer['Merchant']['Info'])!!}
@endif

Descripción

{!!preg_replace('#(<[a-z ]*)(style=("|\')(.*?)("|\'))([a-z ]*>)#', '\\1\\6',$offer['Highlights1'])!!}

Condiciones

{!!preg_replace('#(<[a-z ]*)(style=("|\')(.*?)("|\'))([a-z ]*>)#', '\\1\\6',$offer['FinePrint1'])!!}
@endsection @section('scripts') @if(!empty($offer['OfferID']) and !empty($offerGroup['level'])) @else @endif @endsection