{{__('admin.Coupon')}}

{{__('admin.Add New')}}
@foreach ($coupons as $index => $coupon) @endforeach
{{__('admin.SN')}} {{__('admin.Name')}} {{__('admin.Code')}} {{__('admin.Discount')}} {{__('admin.Number of Times')}} {{__('admin.Apply Qty')}} {{__('admin.Expired Date')}} {{__('admin.Status')}} {{__('admin.Action')}}
{{ ++$index }} {{ $coupon->name }} {{ $coupon->code }} {{ $coupon->offer_type == 1 ? '' : $setting->currency_icon }}{{ $coupon->discount }}{{ $coupon->offer_type == 1 ? '%' : '' }} {{ $coupon->max_quantity }} {{ $coupon->apply_qty }} {{ date('d M, Y',strtotime($coupon->expired_date)) }} @if($coupon->status == 1) @else @endif