@extends('admin.layouts.main-layout') @section('title', 'Manage Coupons') @section('content')
| S. No. | Reference Type | Generated Coupon | Coupon Validity | Coupon Name | Status | Actions |
|---|---|---|---|---|---|---|
| 1. | @if ($coupon->reference_type == 'assignment') Assignment @else Project @endif | {{ $coupon->coupon }} | {{ date('h:i:s - F d, Y', strtotime($coupon->coupon_validity)) }} | {{ $coupon->coupon_name }} |
|
|