@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($offerGroup)) @if(!empty($offerGroup['text1']) and !empty($levelGroup1))
@endif @if(!empty($offerGroup['text2']))
@endif @if(!empty($offerGroup['text3']))
@endif
@endif @if(!empty(\Request::route()) and \Request::route()->getName()!='app.preview') @if((strtotime('now'))<(strtotime($offer['EndTime']))) Añadir al carrito Comprar @endif @endif
@else
Afiliate para acceder a los mejores promociones y descuentos.
@endif
{!!preg_replace('#(<[a-z ]*)(style=("|\')(.*?)("|\'))([a-z ]*>)#', '\\1\\6',$offer['Highlights1'])!!}
{!!preg_replace('#(<[a-z ]*)(style=("|\')(.*?)("|\'))([a-z ]*>)#', '\\1\\6',$offer['FinePrint1'])!!}

Te puede interesar

    @include('pages.app.partials.cards', ['items' => $interest['offers']])
@endsection @section('scripts') @if(!empty($offer['OfferID']) and !empty($offerGroup['level'])) @else @endif @endsection