@extends('apex-layouts.main') @section('title',"Coupons") @section('header-right')
@csrf
@endsection @section('content')
Id Title Code StartOn ExpiredOn UsesPerCoupon TimesUsed DiscountType DiscountValue Active DiscountType Action
@endsection @section('scripts') @stop