@if($coupon->discount_type != "amount")
{{$coupon->discount}}% {{\App\CentralLogics\translate('discount')}}
@else
{{\App\CentralLogics\Helpers::set_symbol($coupon->discount)}} {{\App\CentralLogics\translate('discount')}}
@endif
{{\App\CentralLogics\translate('code')}} : {{$coupon->code}}
{{\App\CentralLogics\translate('discount_in')}} {{$coupon->discount_type}}
{{\App\CentralLogics\translate('min_purchase')}} : {{\App\CentralLogics\Helpers::set_symbol($coupon->min_purchase)}} {{-- $--}}
@if($coupon->discount_type != "amount")
{{\App\CentralLogics\translate('max_discount')}} : {{\App\CentralLogics\Helpers::set_symbol($coupon->max_discount)}} {{-- $--}}
@endif
{{\App\CentralLogics\translate('start_date')}} : {{date_format($coupon->start_date, 'Y-m-d')}}
{{\App\CentralLogics\translate('expire_date')}} : {{date_format($coupon->expire_date, 'Y-m-d')}}
@if($coupon->discount_type != "amount")

{{$coupon->discount}}%

@else

{{\App\CentralLogics\Helpers::set_symbol($coupon->discount)}}

@endif
{{\App\CentralLogics\translate('off')}}