@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('admin.partials.styles')
@include('admin.partials.sidebar')
Edit Coupon
Back to List
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Code
Generate
Type
type) == 'percentage' ? 'selected' : '' }}> Percentage
type) == 'fixed' ? 'selected' : '' }}>Fixed Amount
Value
Minimum Spend (Optional)
Usage Limit (Optional)
Valid From
Valid Until
Cancel
Update Coupon