@extends('admin::layouts.master') @section('title', '客户管理') @section('content')
| ID | 邮箱 | 名称 | 注册来源 | 客户组 | 状态 | 操作 |
|---|---|---|---|---|---|---|
| @{{ customer.id }} | @{{ customer.email }} |
{{--
@{{ customer.name }}
|
@{{ customer.from }} | @{{ customer.customer_group_name }} | {{ __('common.enable') }} {{ __('common.disable') }} | 编辑 |