{{ $cartable->getName() }}
@if ($cartable->color)
/ {{ optional($cartable->color)->color }}
@endif
@if ($cartable->size)
/ {{ optional($cartable->size)->size }}
@endif
|
{{ round($cartable->getPrice(),2) }}
|
|
{{ optional($cartable)->getPrice() * ($cart['qty'] ?? 1 ) }}
|