@extends('layouts.app') @push('css') @endpush @section('content') @include('layouts.header', ['title' => 'Danh sách mã giảm giá'])
| # | Mã giảm giá | Mô tả | Phần trăm giảm | Thao tác |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $discount->discount_code }} | {{ $discount->description }} | {{ $formattedPercent }}% | Edit |
| Không có mã giảm giá nào nào | ||||