@extends('admin.layouts.app') @section('title', '渠道配置') @section('page_title', '渠道配置') @section('content')

渠道基线

@foreach($channels as $channel) @csrf @endforeach
渠道编码 渠道名称 类型 状态 入口 登录 支付 分享 备注 操作
{{ $channel->channel_code }}

支付配置基线

@foreach($paymentConfigs as $payment) @csrf @endforeach
支付编码 支付名称 提供方 状态 沙箱 退款 备注 操作
{{ $payment->payment_code }}
@endsection