@extends('admin.layouts.app') @section('title', 'Edit Coupon') @section('page-title', 'Edit Coupon: ' . $coupon->code) @section('content')
@csrf @method('PUT')
@error('code')

{{ $message }}

@enderror

Used: {{ $coupon->used_count }}

is_active) ? 'checked' : '' }} class="h-4 w-4 text-blue-600">
Cancel
@endsection