@extends('frontend.amazy.layouts.app') @section('title') {{ __('marketing.new_user_zone') }} @endsection @push('styles') @endpush @section('content')

{{ $new_user_zone->product_slogan }}

@include('frontend.amazy.partials.new_user_zone_paginate_data._new_user_zone_product_paginate')

{{ $new_user_zone->category_slogan }}

@if ($couponShow == 1)
@include('frontend.amazy.partials.new_user_zone_paginate_data._coupon_code')
@endif

{{ $new_user_zone->coupon_slogan }}

@endsection @include(theme('partials.add_to_cart_script')) @include(theme('partials.add_to_compare_script')) @push('scripts') @endpush