@extends('admin.main') @section('main') @php $percentUsed = 0; if ($couponData->usage_limit) { $percentUsed = calculatePercentageUsed($couponData->qt_used, $couponData->usage_limit); } @endphp

Edit Coupon

Update Coupon
{{ $percentUsed }}% used ( {{ $couponData->qt_used }} )
@csrf
Code used by the customer to use the coupon.
Define who the coupon can be used by.
How many times can customers use this coupon?
Minimum purchase value for the coupon to be validated.
The coupon will be valid from that date onwards. Blank or Coupon will be valid on any date.
After this date, the coupon will no longer be valid. In white the coupon will be valid on any date.
{{--
--}}
0 %
This will be the value of the discount in percentage.
This amount will be deducted from the purchase price.
The customer may only use it if This is your first in-app purchase.
Is the coupon active?
@endsection @push('js') @endpush @push('css') @endpush