@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')

Cập nhật mã giảm giá

@csrf @method('PUT')
Danh sách áp dụng (Discount Targets)
@foreach($discounts->targets as $index => $target)
@endforeach
Quay lại
@endsection @push('js') @endpush