@extends($data['layout']) @php use App\Helpers\General\AMP; @endphp @if(AMP::check()) @push('head-area') @endpush @endif @section('title', $data['page']->meta_title) @if(trim($data['page']->meta_description) != null && $data['page']->meta_description != 'NULL') @section('meta_description', $data['page']->meta_description) {{-- @section('meta_keywords', $data['product']->meta_keywords) --}} @endif @section('meta_url', URL::Current()) @section('page_title', $data['page']->meta_title) @section('product_description',$data['page']->meta_description) @php if(app()->environment() == 'dev') $site = 'dev'; else $site = 'www'; @endphp @section('image','https://'.$site.'.germedusa.com/static/assets/images/og_imag_logo.png') @section('image:width', "385") @section('image:height', "145") @section('content')
{{--
--}}
{{--

Special Offer Product's

--}} {{--

Produce and supply various Handicraft items all over the world which were very attractive

--}} {{--
--}}
{!! $data['page']->content !!}
@foreach($data['products'] as $product)
{{-- New --}} {{ round((($product->price_catalog - $product->price_discounted) *100) / $product->price_catalog) }}% OFF
@if (isset($product->image)) {{$product->name}} @else {{$product->name}} @endif {{-- New 16% OFF --}}
    {{--
  • --}} {{-- @if($product->type != 'variation')
  • @endif --}}

{{ strlen($product->name) > 60 ? substr($product->name, 0, 60) . '...' : $product->name }}

@if($product->price && $product->price_discounted && $product->type != 'variation') ${{$product->price_catalog}} ${{$product->price_discounted}} {{-- @if($data['layout'] !== 'frontend.layouts.mobile') {{ round((($product->price_catalog - $product->price_discounted) *100) / $product->price_catalog) }}% OFF@endif --}} @endif
@endforeach
@endsection @push('after-scripts') @endpush