/home/techb158/ileadtechnology.com/resources/views/admin/coupan/index.blade.php
{{ __('adminstaticword.Linkedto') }}: {{ ucfirst($cpn->link_by) }}
{{ __('adminstaticword.ExpiryDate') }}: {{ date('d-M-Y',strtotime($cpn->expirydate)) }}
{{ __('adminstaticword.DiscountType') }}: {{ $cpn->distype == 'per' ? "Percentage" : "Fixed Amount" }}
{{ __('Coupon Code display on front') }}: @if($cpn->show_to_users == '1') Yes @else No @endif
Do you really want to delete this Coupon ? This process cannot be undone.