Sản phẩm thuộc mở mới
@if(auth()->user()->can('edit_orders'))
@endif
| # |
Tên sản phẩm |
Giá sản phẩm |
SL |
Tiền thưởng/(TL thưởng %) |
Hành động |
@foreach($donHang->TMMDonHangKhachHang->sanPhamThuocMoMoi as $sanPhamTMM)
| 1 |
{{$sanPhamTMM->danhMucSanPham->ten_san_pham}} |
{{thuGonSoLe($sanPhamTMM->gia_san_pham)}} |
{{($sanPhamTMM->so_luong)}} |
{{thuGonSoLe(($sanPhamTMM->so_luong*$sanPhamTMM->gia_san_pham)*($sanPhamTMM->ti_le_thuong)/100)}} ({{thuGonSoLe($sanPhamTMM->ti_le_thuong)}}%) |
@if(auth()->user()->can('edit_orders'))
edit
@endif
|
@endforeach