@extends('layouts.app') @php $breadcrumbItems = [ ['label' => 'Khách hàng', 'url' => route('show-customer.index')], ['label' => 'Cập nhật thông tin khách hàng'] ]; @endphp @section('content') @include('layouts.header')

Cập nhật thông tin khách hàng

@csrf @method('PUT')
Ảnh xem trước
Quay lại
@endsection @section('js') @endsection