{{ $k + $coupons->firstItem() }} |
{{ $item->coupon_code }} |
{{ $item->max_order_amount }} |
{{ $item->min_order_amt }} |
{{ $item->Discount_use_amt }} |
@if (isset($item->shop))
{{ $item->shop->name }}
@endif
|
@if (isset($item->sub_category_name))
{{ $item->sub_category_name }}
@endif
|
@if (isset($item->product_name))
{{ $item->product_name }}
@endif
|
{{ $item->coupon_percentage }}% |
{{ date('d-M-Y H:i:s', strtotime($item->expired_on)) }} |
{{ $item->coupon_description }} |
active == 1 ? 'checked' : '' }} value=""
onchange="change_status('{{ $item->id }}', 'coupons', '#customSwitchGlow{{ $k }}', 'active');"
id="customSwitchGlow{{ $k }}">
|
{{ $created_at }} |
|
@endforeach
@endif