@extends('layouts.app') @php $breadcrumbItems = [ ['label' => 'Sản phẩm', 'url' => route('show-product.index')], ['label' => 'Thêm mới sản phẩm'] ]; @endphp @section('content') @include('layouts.header')