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