@extends('layouts.admin') @section('title', 'Edit Coupon') @section('page_heading', 'Edit Coupon') @section('page_actions') Back to Coupons @endsection @section('content')
@csrf @method('PUT')
Code is locked after creation to keep tracking consistent.
$
is_active)) class="form-check-input">

Danger Zone

Deleting a coupon is permanent.

@csrf @method('DELETE')
@endsection