@extends('layouts.admin') @section('content')

Edit Voucher

@csrf @method('PUT')
@error('name'){{ $message }}@enderror
@error('code'){{ $message }}@enderror
A voucher always applies either to the location of the admin or to one or more location of vendors Ensure that the voucher name includes the name of the city/cities it is applied to so users can clearly see in their account which voucher is valid for which location
@error('min_order_value'){{ $message }}@enderror
@error('max_discount'){{ $message }}@enderror
@error('start_date'){{ $message }}@enderror
@error('expiration_date'){{ $message }}@enderror
@error('applied_to'){{ $message }}@enderror
@error('applied_to_spo'){{ $message }}@enderror
@error('customer_type'){{ $message }}@enderror
@error('combination_with_other'){{ $message }}@enderror
@error('redemption_limit'){{ $message }}@enderror
Cancel
@push('script') @endpush @endsection