@extends('../site/layouts.app') @section('page_title', __('Coupon')) @section('css') @endsection @section('content')
{{ preference('company_name') }}{{ __('Coupons') }}
{{ __('A revolution in the e-commerce industry since year.') }}
{{ __('The best online shopping experience.') }}
{{ __('We know you love coupons and that’s why we always come up with various offers, events and vouchers, to make your shopping experience much more exciting.') }}
{{ __('Copy the coupon codes and use it on the cart page before checkout out.') }}
{{ preference('company_name') }} {{ __('gifts') }}
{{ __('Exclusive offers for') }}{{ __('Our customers') }}
{{ round($topThreeCoupon->discount_amount) }}{{ $topThreeCoupon->discount_type == 'Percentage' ? '%' : '' }}{{ __('Off') }}
@if (optional($topThreeCoupon->vendor)->name){{ __('For purchase from :x', ['x' => optional($topThreeCoupon->vendor)->name]) }}
@else{{ __('For :x', ['x' => $topThreeCoupon->name]) }}
@endif
{{ __('Code') }} : {{ $topThreeCoupon->code }}
{{ __('Weekly Coupons') }}
{{ round($weeklyCoupon->discount_amount) }}{{ $weeklyCoupon->discount_type == 'Percentage' ? '%' : '' }}{{ __('Off') }}
@if (optional($weeklyCoupon->vendor)->name){{ __('For purchase from :x', ['x' => optional($weeklyCoupon->vendor)->name]) }}
@else{{ __('For :x', ['x' => $weeklyCoupon->name]) }}
@endif
{{ __('Code') }} : {{ $weeklyCoupon->code }}
{{ __('All Coupons') }}
{{ round($coupon->discount_amount) }}{{ $coupon->discount_type == 'Percentage' ? '%' : '' }}{{ __('Off') }}
@if (optional($coupon->vendor)->name){{ __('For purchase from :x', ['x' => optional($coupon->vendor)->name]) }}
@else{{ __('For :x', ['x' => $coupon->name]) }}
@endif
{{ __('Code') . ': ' }} {{ $coupon->code }}