@extends('layouts.base') @section('title', '编辑优惠券') @section('content')
@include('coupon.basic')
@include('Yunshop\StoreCashier::store.coupon.coupontype')
@endsection('content') @section('js') @endsection('js')