Coupon List

Show All Coupon List

@foreach ($coupons as $coupon) @endforeach
Title Plan Name Discount Start Date End Date Total Coupons {{ __('Status') }} {{ __('Action') }}
{{ $coupon->title }} {{ $coupon->plan_name }} {{ $coupon->discount }} % 20 Jun 2025 {{ $coupon->end_date }} {{ $coupon->number_of_coupons }} @if ($coupon->status == 'approved') {{ __('Active') }} @elseif($coupon->status == 'pending') {{ __('Pending') }} @elseif($coupon->status == 'draft') {{ __('Draft') }} @endif