@extends("admin/layouts.master") @section('title','All Coupans |') @section("body")
Linked to : {{ ucfirst($cpn->link_by) }}
Expiry Date: {{ date('d-M-Y',strtotime($cpn->expirydate)) }}
Discount Type: {{ $cpn->distype == 'per' ? "Percentage" : "Fixed Amount" }}
Do you really want to delete this Coupon ? This process cannot be undone.