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