@extends('admin::layouts.master') @section('title', '顾客管理') @section('content')
提交
# 名称 电话 注册来源 状态 操作
@{{ index }} @{{ address.name }} @{{ address.phone }} 222 222
当前账号无地址 新增地址
保存 取消
{{-- {{ admin_route($customer->id ? 'customers.update' : 'customers.store', $customer) }} --}} @endsection @push('footer') @endpush