@if(@count($docs)) @foreach($docs as $k => $s) @endforeach @else @endif
STT Voucher Loại Mã voucher Số lượng Thao tác
{{$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)}}
Không tồn tại dữ liệu
{{ 'Tổng số ' . $docs->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $docs->appends(['search' => request()->search ])->links() }}