@extends('layouts.app') @php $breadcrumbItems = [ ['label' => 'Mã giảm giá', 'url' => route('show-discount.index')], ['label' => 'Cập nhật mã giảm giá'] ]; @endphp @section('content') @include('layouts.header')