@extends('admin::layouts.master') @section('title', '顾客管理') @section('content')
# 邮箱 名称 注册来源 客户组 状态 操作
@{{ customer.id }} @{{ customer.email }}
{{-- --}}
@{{ customer.name }}
@{{ customer.from }} @{{ customer.customer_group_name }} @{{ customer.status ? '启用' : '禁用' }} 编辑
保存 取消
@endsection @push('footer') @endpush