@extends('layouts.app') @php $breadcrumbItems = [ ['label' => 'Sản phẩm', 'url' => route('show-product.index')], ['label' => 'Cập nhật thông tin sản phẩm'] ]; @endphp @push('css') @endpush @section('content') @include('layouts.header')