@extends('layouts.base') @section('title', '编辑优惠券') @section('content')
@include('coupon.basic')
@include('coupon.coupontype')
{{--
@include('coupon.desc')
--}} {{--
@include('coupon.message')
--}}
@endsection('content') @section('js') @endsection('js')