@extends('layouts.base') @section('title', trans('基础设置')) @section('content')
客户端设置
好物圈设置
微信商户设置
{{--
@if (!empty($set['weixin_cert'])) 已上传 @else 未上传 @endif 下载证书 cert.zip 中的 apiclient_cert.pem 文件
@if (!empty($set['weixin_key'])) 已上传 @else 未上传 @endif 下载证书 cert.zip 中的 apiclient_key.pem 文件
@if (!empty($set['weixin_root'])) 已上传 @else 未上传 @endif 下载证书 cert.zip 中的 rootca.pem 文件
--}}
@endsection