@extends('layouts.app') @php $breadcrumbItems = [ ['label' => 'Nhân viên', 'url' => route('show-staff.index')], ['label' => 'Cập nhật thông tin nhân viên'] ]; @endphp @section('content') @include('layouts.header')

Cập nhật thông tin nhân viên

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