@extends('admin::layouts.master') @section('title', '顾客管理') @section('content')
用户信息
提交
{{-- {{ admin_route($customer->id ? 'customers.update' : 'customers.store', $customer) }} --}} @endsection @push('footer') @endpush