SKUID |
Parent SKUID |
Branch ID |
Name |
Cost (RM) |
Price (RM) |
Quantity |
Status |
Created At |
Updated At |
Actions |
@foreach ($msku as $sku)
{{$sku->SKUID}} |
{{$sku->Parent_SKUID}} |
{{$sku->BID}} |
{{$sku->Sdesc}} |
{{number_format((double)$sku->Lcost, 2, '.', '')}} |
Normal: {{number_format((double)$sku->LnetCost, 2, '.', '')}}
Take Away: {{number_format((double)$sku->sell_price_take_away, 2, '.', '')}}
Delivery: {{number_format((double)$sku->sell_price_delivery, 2, '.', '')}}
|
{{$sku->Uqty}} |
{{$sku->Actflag ? 'Active' : 'Inactive'}}
|
{{$sku->created_at}} |
{{$sku->updated_at}} |
{{-- --}}
|
@endforeach