@extends('admin.layout.dashboard_master') @section('content')

Create Voucher

Voucher Details
@csrf
@error('code')
{{ $message }}
@enderror
@error('type')
{{ $message }}
@enderror
Enter the discount value.
@error('value')
{{ $message }}
@enderror
@error('min_spend')
{{ $message }}
@enderror
@error('expiry_date')
{{ $message }}
@enderror
Cancel
Instructions

Follow these guidelines when creating a new voucher:

  • Voucher Code:

    Must be unique (e.g. SUMMER20). Avoid special characters.

  • Voucher Type:

    Select Fixed Amount for direct currency discounts, or Percentage for relative discounts.

  • Voucher Value:

    If type is Percentage, the value must be between 1% and 99%. Values greater than 99% are not allowed.

  • Minimum Spend:

    The minimum order amount required. Set to 0 if there is no minimum spend restriction.

  • Expiry Date:

    The expiration date must be set to a future date.

@endsection