@extends('admin.layouts.app') @section('title', '优惠券列表') @section('content')

优惠券管理

[ 添加优惠券 ]

ID 名称 金额 满多少使用 开始领取时间 结束领取时间 数量 状态 管理
id; ?> name; ?> money; ?> min_amount; ?> start_time; ?> end_time; ?> num==-1){echo "不限";}else{echo "".$row->num."";} ?> status==0){echo "可用";}else{echo "不可用";} ?> 修改 | 删除
@endsection