@extends('layouts.app') @php $breadcrumbItems = [ ['label' => 'Nhà cung cấp', 'url' => route('show-supplier.index')], ['label' => 'Cập nhật thông tin nhà cung cấp'] ]; @endphp @section('content') @include('layouts.header')

Cập nhật thông tin nhà cung cấp

@csrf @method('PUT')
Quay lại
@endsection