@extends('tickets.layouts.admin_layout') @section('title', 'Edit Coupon - Loyaltiya Tickets') @section('content')

Edit Coupon

@if ($errors->any())
@endif
@csrf @method('PUT')

Details

Not case-sensitive — always stored and matched in uppercase.
{{ $coupon->type === 'percentage' ? 'Percentage off the order total.' : 'Fixed amount deducted from the order total.' }}

Usage & Validity

Used {{ $coupon->used_count }} time{{ $coupon->used_count === 1 ? '' : 's' }} so far.
Cancel
@endsection @push('scripts') @endpush