| {{ $item->name }} |
{{ $item->product_code }} |
{{ $item->product_sku ? $item->product_sku : '-' }} |
{{ $item->brand ? $item->brand->name : '-' }} |
{{ $item->category ? $item->category->name : '-' }} |
{{ $item->subCategory ? $item->subCategory->name : '-' }} |
{{ numberformat(0) }} {{ $item->unit ? $item->unit->name : '-' }} |
{{ numberformat($item->purchase_price) }} |
{{ $item->purchaseDiscount ? $item->purchaseDiscount->name : '-' }} |
{{ $item->input_vat ? $item->input_vat->vat_parcentage : '0' }}% |
{{ numberformat($item->sale_price) }} |
{{ $item->saleDiscount ? $item->saleDiscount->name : '-' }} |
{{ $item->output_vat ? $item->output_vat->vat_parcentage : '0' }}% |
{{ Str::ucfirst($item->status) }} |
@endforeach