@extends('layouts.main') @section('content') {{--
S.No | Coupon Code | Max Amount | Coupon Percentage | Offer Ends | Description | Status | Created at | @canany(['edit_coupons', 'delete_coupons'])Actions | @endcanany|
---|---|---|---|---|---|---|---|---|---|
{{ $k + 1 }} | {{ $item->coupon_code }} | {{ $item->max_order_amount }} | {{ $item->coupon_percentage }}% | {{ date('d-M-Y H:i:s', strtotime($item->expired_on)) }} |
active == 1 ? 'checked' : ''}}
value="" onchange="change_status('{{$item->id}}', 'coupons', '#customSwitchGlow{{$k}}', 'active');" id="customSwitchGlow{{$k}}">
|
{{ $created_at }} | @canany(['edit_coupons', 'delete_coupons'])@include('shared._actions', [ "entity" => "coupons", "id" => $item->id ]) | @endcanany