@extends('layouts.base') @section('content') @section('title', trans('基础设置'))
@include(\Yunshop\RedPacket\admin\SetController::STORE_BASE_VIEW)
@include(Yunshop\RedPacket\admin\SetController::CASHIER_SALE_VIEW)
@endsection