@extends('admin.layouts.app') @section('title', '优惠券添加') @section('content')
优惠券列表 > 添加优惠券
{{ csrf_field() }}
名称:
金额:
满多少使用:
数量: (-1表示不限)
期限: 起: - 止:
是否可用:  是    否
  
@endsection