@extends('layouts.app') @section('content') @php $discountType = old('discount_type', 'fixed'); $status = old('status', 'active'); @endphp
Add coupon details and save them for admin use.