@extends('layouts.vendor') @section('page-title', 'Marketing') @push('styles') @endpush @section('content')
| Code | Type | Value | Min Purchase | Usage | Validity | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $coupon->code }} | {{ $coupon->type }} | {{ $coupon->type === 'percent' ? $coupon->value . '%' : price($coupon->value) }} | {{ $coupon->min_purchase ? price($coupon->min_purchase) : '-' }} | {{ $coupon->used_count ?? 0 }}{{ $coupon->usage_limit ? ' / ' . $coupon->usage_limit : '' }} | @if($coupon->valid_until) @if($coupon->valid_until->isPast()) Expired {{ $coupon->valid_until->format('M d, Y') }} @else Until {{ $coupon->valid_until->format('M d, Y') }} @endif @else No expiry @endif | {{ $coupon->is_active ? 'Active' : 'Inactive' }} |
|
|
No coupons yet. Create your first discount to boost sales. |
|||||||