@lang('site.product') | @lang('site.quantity') | @lang('site.unit_price') | @lang('site.price') | @lang('site.move_to_cart') | |
@if ($item->product->parent)
@if ($item->product->parent) {{ $item->product->parent->title }} @else {{ $item->product->title }} @endif |
|
@if ($item->product->onl_price)
{{ $item->product->onl_price }}o
{{ $item->product->item_price }}o
@elseif ($item->product->discount_price)
{{ $item->product->item_price }}o
{{ $item->product->discount_price }}o
@else
{{ $item->product->item_price }}o
@endif
|
{{ number_format($itemPrice, 2) }}o |
|