@extends('layouts.app') @php $breadcrumbItems = [ ['label' => 'Mã giảm giá', 'url' => route('show-discount.index')], ['label' => 'Thêm mới mã giảm giá'] ]; @endphp @section('content') @include('layouts.header', ['breadcrumbItems' => $breadcrumbItems])

Thêm mới mã giảm giá

@csrf
Quay lại
@endsection