@extends('layouts.admin') @section('body')

Discount Dashboard

เพิ่มรายการ

@if($products->count()>0) @foreach($products as $product) @endforeach
ลำดับ รหัส ชื่อภาษาไทย หมวดหมู่ ราคา RP ราคา AG กำไรค้าปลีก คะแนน PV แก้ไข
{{$i}} {{$product->itmcd}} {{$product->name}} {{$product->category_id}} {{number_format($product->price)}} {{number_format($product->agprice)}} {{number_format($product->pfprice)}} {{number_format($product->pv)}} Edit
{{$products->links()}}
@else

ไม่มีข้อมูลส่วนลด

@endif @endsection