@extends('layouts.base') @section('content') @section('title', trans('创客消息通知设置'))
@include('Yunshop\Commission::admin.tabs')
@if(YunShop::notice()->getNotSend('commission.commission_order_title'))
@endif @if(YunShop::notice()->getNotSend('commission.commission_order_finish_title'))
@endif @if(YunShop::notice()->getNotSend('commission.commission_upgrade_title'))
@endif @if(YunShop::notice()->getNotSend('commission.statement_title'))
@endif
@endsection