@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->discount_price }}o {{ $item->product->item_price }}o @else {{ $item->product->item_price }}o @endif