@extends('admin::layouts.master') @section('title', '顾客管理') @section('content')
编辑顾客
@csrf @method($customer->id ? 'PUT' : 'POST') 返回
@endsection @push('footer') @endpush