@if (($data != null) && (count($data) > 0))
| PLU | Name | Qty Sold | % of Global | Amount | % of Global |
|---|---|---|---|---|---|
| {{$val->plu_id}} | {{$val->name}} | {{number_format($val->qty)}} | {{number_format($val->qty_global, 2)}}% | Rp. {{number_format($val->total)}} | {{number_format($val->total_global, 2)}}% |