| STT |
Voucher |
Loại |
Mã voucher |
Số lượng |
Thao tác |
@if(@count($docs))
@foreach($docs as $k => $s)
| {{$k+1}} |
{{$s->title}} |
{{$s->type== \App\Constants\PromotionConstant::PERCENT?'THEO % ĐƠN HÀNG':'THEO SỐ TIỀN'}} |
{{$s->code}} |
{{@number_format($s->current_quantity)}} |
|
@endforeach
@else
| Không tồn tại dữ liệu |
@endif
{{ 'Tổng số ' . $docs->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $docs->appends(['search' => request()->search ])->links() }}